body{
	font-family 				: 	Arial, Helvetica, sans-serif; 
	color 						: 	#000000; 
	font-size 					: 	12px;
	scrollbar-face-color		: 	#A17C62;
	scrollbar-shadow-color		: 	#FFF500;
	scrollbar-highlight-color	: 	#000000;
	scrollbar-3dlight-color		: 	#FFFFFF;
	scrollbar-darkshadow-color	: 	#FFFFFF;
	scrollbar-track-color		:	#A17C62;
	scrollbar-arrow-color		: 	#FFF500;
	background-color			: 	#FFFFFF; 
	margin-top					: 	16px; 
	margin-left					: 	4px; 
	margin-right				: 	0px; 
	margin-bottom				: 	0px; 
	background-image			: 	none; 
	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				: 	#000000;
}

a:visited  {
	color				: 	#000000; 
	font-family 			: 	Arial, Helvetica, sans-serif; 
	font-size 			:  	12px; 
	TEXT-DECORATION			: 	none; 
	font-weight			: 	bold; 
	letter-spacing			:	0px ;
}

a:active  {
	color: #000000; 
	font-family 			: 	Arial, Helvetica, sans-serif; 
	font-size 			:  	12px; 
	TEXT-DECORATION			: 	none; 
	font-weight			: 	bold; 
	letter-spacing			: 	0px ;
}

a:hover  { 	
	color				: 	#000000;
	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				: 	#ffffff; 
	background-color		: 	BEDAE0
}

ul{
	list-style			:	none;
	margin				:	0;
	padding				:	0;
	width				:	100px;
	background			:	#ffffff;
}

li{
	width				:	125px;
}

li a{
	color				:	#000000;
	background			:	#ffffff;
	padding				:	0 1px 1px 6px;
	display				:	block;
	width				:	100%;
}

li a:visited{
	color				:	#000000;
}

li a:active{
	color				:	#000000;
}

li a:hover{
	color				:	#000000;
	background			:	#FFF500;
	text-decoration			:	none;
	width				:	125px;
	display				:	block;
}

