/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background: #F5F0DD;
}

.menu {
			background: #00254A;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			border-right: 0px solid white;
			border-left: 0px solid white;
}

.body_text {
                width: 540px;
                background: #F5F0DD;
}

.body_right {	background: #A7B9C1;}


/* Footer Styles */

.futer {			background: #00254A;
				border-top: 1px solid white;
				width: 758px;
}

.futer_text {	background: #00254A ;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	        color: #F5F0DD;
	        font-size: 10px;
		padding-right: 12px;
		padding-left: 12px;
		padding-height: 12px;
		padding-bottom: 12px;

}
.futer_text a:link	{ color: #F5F0DD; text-decoration: underline; }
.futer_text a:active	{ color: #F5F0DD; text-decoration: underline; }
.futer_text a:visited	{ color: #F5F0DD; text-decoration: underline; }
.futer_text a:hover	{ color: #F5F0DD; text-decoration: underline; }


.futer_right {
                background: #143F6A; border-top: 1px solid white;
}


/* Hot Deals */
.hot_deals_title {	background: #A7B9C1 ;
							font-family: sans-serif;
							font-size: 18px;
							font-weight: bold;
							color: Red;
							padding-height: 5px;
							padding-right: 10px;
							padding-left: 10px;
}
.hot_deals_dates {	background: #A7B9C1 ;
							font-family: sans-serif;
							font-size: 10px;
							font-weight: bold;
							color: #000000 ;
							padding-right: 10px;
							padding-left: 10px;
							padding-bottom: 5px;
}
.hot_deals_body {		background: #A7B9C1 ;
							font-family: sans-serif;
							font-size: 10px;
							font-weight: halfbold;
							color: #000000 ;
							padding-right: 10px;
							padding-left: 10px;
}
.hot_deals_body a:link	{ color: red ; text-decoration: underline; text-align: right;}
.hot_deals_body a:active	{ color: red ; text-decoration: underline; text-align: right;}
.hot_deals_body a:visited	{ color: red ; text-decoration: underline; text-align: right;}
.hot_deals_body a:hover	{ color: red ; text-decoration: underline; text-align: right;}

/* Navigation Styles */

A:link, A:visited, A:active { text-decoration: underline; color: #003366; }
A:hover { text-decoration: underline; color: #3960C5 }

A.mainnav:link, A.mainnav:visited, A.mainnav:active { text-decoration: none; color: #F0E9F1; font-weight: bold; font-family: verdana,arial; font-size: 8pt; }
A.mainnav:hover { color: #ffffff; text-decoration: underline}

A.subnav:link, A.subnav:visited, A.subnav:active { text-decoration: none; color: #3960C5; font-weight: none; font-family: verdana,arial; font-size: 7.5pt; }
A.subnav:hover { color: #69257A; text-decoration: underline}

A.uarehere:link, A.uarehere:visited, A.uarehere:active { text-decoration: none; color: #008E94; font-weight: none; font-family: verdana,arial; font-size: 7pt; }
A.uarehere:hover { color: #00009C; text-decoration: none}

/* Text Styles */
.header, .ART_title {
  color: #003366;
  font-weight: bold;
  font-family: Times New Roman, Times, serif;
  font-size: 24px;
}

.big {
  font-family: verdana,arial;
  font-size: 11pt;
}

.medium, .verd_9, .ART_content, .FORM_Intro {
  font-family: verdana,arial;
  font-size: 9pt;

}

.small, .verd_8, .FORM_Choice {
  font-family: verdana,arial;
  font-size: 8pt;

}

.smallB, .verd_8_b, .FORM_Question {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 8pt;

}

.xsmall, .verd_7 {
  font-family: verdana,arial;
  font-size: 7.5pt;

}