html, body, table, td, th, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nButton {
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #024474;
	background-attachment: ;
	background-position: ;
	background-repeat: ;
	border-top: 2px solid #417DA8;
	border-right: 2px solid #012A48;
	border-bottom: 2px solid #012A48;
	border-left: 2px solid #417DA8;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
	width: 100px;
}

.nButton:hover {
	border-top: 2px solid #012A48;
	border-right: 2px solid #417DA8;
	border-bottom: 2px solid #417DA8;
	border-left: 2px solid #012A48;
}
.btn {
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #024474;
	background-attachment: ;
	background-position: ;
	background-repeat: ;
	border-top: 2px solid #417DA8;
	border-right: 2px solid #012A48;
	border-bottom: 2px solid #012A48;
	border-left: 2px solid #417DA8;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}

.btn:hover {
	border-top: 2px solid #012A48;
	border-right: 2px solid #417DA8;
	border-bottom: 2px solid #417DA8;
	border-left: 2px solid #012A48;
}
/* *************************************  TEXTS  ************************************* */ 
.tbb{
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
.tbr{
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
}
.tmb{
	font-size: 15px;
	color: #003366;
	font-weight: bold;
}
.tsb{
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
/* *************************************  LINKS  ************************************* */ 
a {
	font-size: 11px;
	color: #0C4976;
}
a:hover {
	color: #98B1C4;
}
.redlink {
	font-size:11px;
	color:#cc0000;
}
.redlink:hover {
	color: #cc7777;
}
.gray {
	font-size:11px;
	color:#999999;
	text-decoration: none;
}
.gray:hover {
	color: #083d65;
}
.gray2 {
	font-size:11px;
	color:#999999;
}
.gray2:hover {
	color: #083d65;
}
.white {
	font-size:11px;
	color:#CCCCCC;
	text-decoration: none;
}
.white:hover {
	color: #FFFFFF;
}
.whiteb {
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}
.whiteb:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.blackb {
	font-size:16px;
	color:#00;
	text-decoration: none;
	font-weight: bold;
}
.blackb:hover {
	color: #00;
	font-weight: bold;
	text-decoration: underline;
}
/* *************************************  LOOKUP  ************************************* */ 
.lw {
	font-size:11px;
	color:#CCCCCC;
	text-decoration: none;
}
.lw:hover {
	font-size:11px;
	color: #CCCCCC;
	text-decoration: underline;
}

/* *************************************  TABLES  ************************************* */ 
.footer {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}


/* *************************************  LISTS  ************************************* */ 

ul.plist {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

ul.plist li {
	background-image: url(../images/interface/mini_logo.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	background-attachment: ;
	padding: 0em 0em .3em 1.5em;
}

ol.plist {
	margin: 0px;
	padding: 5px 10px 5px 35px;
}

ol.plist li {
	color: #CC0000;
	border: 1px solid #f5f5f5;
	font-weight: bold;
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-style: italic;
}

.menu {
	background-color: #6d92ad;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;
}
.menu2 {
	background-color: #083d65;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
}
.menu3 {
	font-weight: bold;
	color: #00;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
}
.price{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.tbl {
	border: 1px solid #6d92ad;
}
.tbl2 {
	border: 1px solid #083d65;
}
.tbl3 {
	border: 1px solid #fff3d2;
}.tblred {
	border: 1px solid #CC0000;
}

span.price_old {
	
text-decoration: line-through;
	
	
}

span.price_new {
	
font-size: 1.4em;
color: rgb(0, 0, 255);
	
	
}