body{
	font-family 				: 	Arial, Helvetica, sans-serif; 
	color 						: 	#BC2B2A; 
	font-size 					: 	12px;
	scrollbar-face-color		: 	#6D6F71; 
	scrollbar-shadow-color		: 	#000000; 
	scrollbar-highlight-color	: 	#; 
	scrollbar-3dlight-color		: 	#ffffff; 
	scrollbar-darkshadow-color	: 	#FFFFFF; 
	scrollbar-track-color		:	#BC2B2A;
	scrollbar-arrow-color		: 	#FFD520; 
	background-color			: 	#FFFFFF; 
	margin-top					: 	0px; 
	margin-left					: 	15px; 
	margin-right				: 	0px; 
	margin-bottom				: 	0px; 
	background-image			: 	url(images/left.jpg); 
	clip						:   	rect(   ); 
	background-repeat			: 	no-repeat; 
	background-attachment		: 	fixed;
}


h1{
	font-family			: 	Arial, Helvetica, sans-serif; 
	font-size			: 	12px; 
	color				: 	#FFFFFF;
}

h2{
	font-family			: 	Arial, Helvetica, sans-serif; 
	font-size			: 	14px; 
	color				: 	#FFFFFF;
}

h3{
	font-family			: 	Arial, Helvetica, sans-serif; 
	font-size			: 	16px; 
	color				: 	#D26538; 
	line-height			: 	normal; 
	font-weight			: 	bold;
}

a {
	font-family 			: 	Arial, Helvetica, sans-serif; 
	font-size 			:  	12px; 
	TEXT-DECORATION			: 	none; 
	font-weight			: 	bold; 
	letter-spacing			: 	0px; 
	color				: 	#C03028;
}

a:visited  {
	color				: 	#C03028; 
	font-family 			: 	Arial, Helvetica, sans-serif; 
	font-size 			:  	12px; 
	TEXT-DECORATION			: 	none; 
	font-weight			: 	bold; 
	letter-spacing			:	0px ;
}

a:active  {
	color: #BC2B2A; 
	font-family 			: 	Arial, Helvetica, sans-serif; 
	font-size 			:  	12px; 
	TEXT-DECORATION			: 	none; 
	font-weight			: 	bold; 
	letter-spacing			: 	0px ;
}

a:hover  { 	
	color				: 	#C03028;
	text-decoration			:	underline;
	font-family 			: 	Arial, Helvetica, sans-serif;
	font-size 			:   	12px;  
	font-weight			: 	bold; 
	letter-spacing			: 	0px ;
}


.flattextbox  {
	font-family 			: 	Verdana, Arial, Helvetica, sans-serif;
        font-size 			: 	11px;
        color 				: 	#111170;
        background-color 		: 	#FFFFFF;
	border-style 			: 	solid;
	border-width 			: 	1px;
 	border-color 			: 	#111170;
}


.flatbutton {
	font-size 			: 	xx-small;
	font-family 			: 	Verdana, Arial, Helvetica, sans-serif;
	background-color 		: 	#B2B9C8;
	color 				: 	#111170;
	border-width 			: 	1px;
        border-style 			: 	solid;
        border-color 			: 	#111170;
}

.intro_border{  
	border-color			: 	#666666 #666666 #FFFFFF #FFFFFF; 
	border-top-width		: 	0.5px; 
	border-right-width		: 	0.5px; 
	border-bottom-width		: 	0.5px; 
	border-left-width		: 	0.5px
}


table {  
	font-family			: 	Arial, Helvetica, sans-serif; 
	font-size			: 	12px; 
	border-top-width		: 	0.5px; 
	border-right-width		: 	0.5px; 
	border-bottom-width		: 	0.5px; 
	border-left-width		: 	0.5px; 
	color				: 	#2F9CD5; 
	background-color		: 	BEDAE0
}

ul{
	list-style			:	none;
	margin				:	0;
	padding				:	0;
	width				:	100px;
	background			:	#CCDDE5;
}

li{
	width				:	125px;
}

li a{
	color				:	#2F9CD5;
	background			:	#CCDDE5;
	padding				:	0 1px 1px 6px;
	display				:	block;
	width				:	100%;
}

li a:visited{
	color				:	#2F9CD5;
}

li a:active{
	color				:	#2F9CD5;
}

li a:hover{
	color				:	#CCDDE5;
	background			:	#2F9CD5;
	text-decoration			:	none;
	width				:	125px;
	display				:	block;
}


