
/* 
#EE192B - dark red 
#EE192B - light red
#093F6B - dark blue
#EBF5FF - light blue
#D6EBFF - mid blue
#6E6E71 - dark grey body copy
*/


body{
	margin:0;
	font:12px Verdana;
	background:#FFFFFF;
}

A:Link  {text-decoration : none; 	font-weight: normal; color : #333333;}
A:Hover  {text-decoration : none; 	font-weight: normal; color : #6d6e71}
A:Visited  {text-decoration : none; 	font-weight: normal; color : #333333}
A:Active  {text-decoration : none; 	font-weight: normal; color : #333333;}


#container {
    width:840px;
    margin:0px auto 10px;
    border:0px;

	}

#TableRed		{
	width:840px;
	border: 0px solid #FFFFFF;
	margin:2px 0px 0px 0px;
	background-image: url(images_october/bg_red.gif);
	background-repeat: repeat;
	background-position: left top;
}


#TableBlue {				
	width:840px;
	border-collapse: collapse;
	border: 2px solid #3B99D4;
	margin: 3px 0px 0px 0px;

}
h1 {
	margin: 20px 0px 20px 0px;
	font-weight:bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B99D4;
}
h1 A:Link  {text-decoration : none; 	font-weight: normal; color : #3B99D4;}
h1 A:Visited  {text-decoration : none; 	font-weight: normal; color : #3B99D4;}
h1 A:Active  {text-decoration : none; 	font-weight: normal; color : #3B99D4;}
h1 A:Hover  {text-decoration : underline; font-weight: normal; color : #3B99D4;}

.copyright {
	margin: 4px 5px 0px 0px;
	font-weight:normal;
	font-family:  Arial;
	font-size: 10px;
	color: #333333;
	text-align: right;
}
#footer {
	margin: 4px 10px 0px 0px;
	font-family : arial;
	font-size: 9px;
	color : #CCCCCC;
	text-align: right;
}

#footer A:Link  {text-decoration : none; 	font-weight: normal; color : #CCCCCC;}
#footer A:Visited  {text-decoration : none; 	font-weight: normal; color : #CCCCCC;}
#footer A:Active  {text-decoration : none; 	font-weight: normal; color : #CCCCCC;}
#footer A:Hover  {text-decoration : underline; font-weight: normal; color : #CCCCCC;}

p {
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	font-family:  Arial;
	font-size: 10px;
	color: #333333;
}