/* site link v1 */
 


 
* {
margin: 0;
padding: 0;
}

body, p, td {font-family: Verdana; font-size: 8pt; cursor: none;}
a:link {FONT-WEIGHT: ; text-decoration:none; color:#38638D;}
a:visited {FONT-WEIGHT: ; text-decoration:none; color:#000000;}
a:active {FONT-WEIGHT: ; text-decoration:none;}
a:hover { CURSOR: ; COLOR: #38638D; BORDER-BOTTOM: #fff px dashed; HEIGHT: 7pt; BACKGROUND-COLOR: #EAF2F7; TEXT-DECORATION: none;}



.1blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #38638D;
	font-size: 20px;
	}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
}

.stylev1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 27px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FA8756;
	font-size: 20px;
}
.bluedown {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #38638D;

}
.orangestyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FA8756;

}


.fontsheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #38638D;
	font-size: 13px;
}




/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#FFFFFF url(h150.png) repeat scroll 0;
	height:80px;
	padding:10px 0 10px 20px;
	width:800px;
	border:1px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:190px;
}


/* Tabss - No Copy - CC */
