@charset "utf-8";

/* General text styling */

body {background: #32417F; margin: 0px;}

.hr1 {color: #000000; font-size: 23px; font-weight: bold }
.txt_sty_one {font-size: 18px; color: #333300; font-family: Georgia, "Times New Roman", Times, serif;}
.txt_sty_two {font-size: 22px; font-style: none;  
	font-weight: bold; 
	color: red; 
	}
.txt_sty_large	{
	font-size: 28px; 
	font-style: none; 
	font-weight: bold; 
	color: #FF6666; 
	font-family: verdana;
	text-decoration: underline;
	}
H1	{
	font-size: 26px; 
	font-weight: bold; 
	color: #192040; 
	font-family: verdana;
	text-decoration: none;
	}
H2	{
	font-size: 22px; 
	font-weight: bold; 
	color: #192040; 
	font-family: verdana;
	text-decoration: none;
	}
H3   {
	font-size: 18px; 
	font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana;
	}
 
P       { color: #192040; font-family: verdana; font-weight: normal; font-size: 14px;}
.p_span { color: #192040; font-family: verdana; font-weight: normal; font-size: 14px;}
.p_span_2 { color: #000099; font-family: verdana; font-weight: bold; font-size: 12px;}
.p1 {font-size: 18px; color: #cc6600; font-family: "Tines New Roman"; font-weight: normal; font-style: italic;}
.p_small { color: #000033; font-family: verdana; font-weight: normal; font-size: 12px;}

/* home:information box */
.p2{
	font-size: 14px; 
	font-style: none; 
	font-weight: normal; 
	color: #192040; 
	font-family: verdana;
	}

.p3{
	font-size: 14px; 
	font-style: none; 
	font-weight: normal; 
	color: #192040; 
	font-family: verdana;
	}
	
.p4{
	color: #192040; font-family: verdana; font-weight: normal; font-size: 20px;
	}

.p5{
	color: #ffffff; font-family: verdana; font-weight: bold; font-size: 14px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}

.p6{
	font-size: 14px; 
	font-style: none; 
	font-weight: normal; 
	color: #ffffff; 
	font-family: verdana;
	}

ul {
	color: #ffffff; font-family: verdana; font-weight: normal; font-size: 14px;
	/*font-style: none; */
	font-weight: bold; 
	/*color: #CCCCFF; 
	font-family: verdana; */
	}

.ul_1 {
	color: #ffffff; font-family: verdana; font-weight: normal; font-size: 14px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}

.ul_2 {
	color: 	#CC0033; font-family: verdana; font-weight: normal; font-size: 12px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}

.ul_3 {
	color: #330099; font-family: verdana; font-weight: normal; font-size: 12px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}

.p7 {
	color: 	#CC0033; font-family: verdana; font-weight: normal; font-size: 14px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}
.p8 {
	color: #330099; font-family: verdana; font-weight: normal; font-size: 14px;
	/*font-style: none; 
	font-weight: bold; 
	color: #CCCCFF; 
	font-family: verdana; */
	}


.phone {
	text-decoration: none; 
	font-style: none; 
	color: #CCFFFF; 
	font-family: Verdana;
	font-size: 8pt;
	padding:3px;	
	}
	

a:link {color: Blue; text-decoration: underline; font-size: 12px;}
a:visited {color: Blue; text-decoration: underline; font-size: 12px;}
/*a:visited {color: Blue; text-decoration: underline; font-size: 12px;}*/
a:hover {
	color: Blue;
	text-decoration: none; font-size: 12px;
	}
a:active { 
	color: #333333; text-decoration: underline; font-size: 12px;
	}