/************************************************* CSS Document */


body,td,th {
	color: 					#333333;
}

td {
	font: 					12px Arial, Helvetica, sans-serif;
	color: 					#333;
	text-align: 			left;
	line-height: 			20px;
/*	vertical-align:			top;	*/
}

body {
	margin: 				0px;
	background-color: 		#c8ccd5;
}



/************************************************* Article Elements */

h1 {
	font: 					20px Arial, Helvetica, sans-serif;
	font-weight: 			bold;
	color: 					#25478f;
	padding:				0 0 5px 75px;
	line-height:			25px;
	margin:					15px 0 10px 0;
	background-image:		url(../images/h1_bk.gif);
	background-repeat:		no-repeat;
	background-position: 	40px 0px;


}

h2 {
	font: 					16px Arial, Helvetica, sans-serif;
	font-weight: 			bold;	
	color: 					#25478f;
	margin-top: 			25px;
	margin-bottom: 			5px;
}

h3, h5 {
	font: 					14px Arial, Helvetica, sans-serif;
	font-weight: 			bold;	
	color: 					#25478f;
	margin: 				0;
}

h5 {
	margin-top:				10px;
}

h3 a, h5 a {
	color: 					#25478f;
	text-decoration: 		none;
	height: 				30px;	
}

h3 a:hover, h5 a:hover {
	color:					#c19c34;
}

h4 {
	font: 					12px Arial, Helvetica, sans-serif;
	font-weight: 			bold;	
	color: 					#c19c34;
	margin-top: 			0px;
	margin-bottom: 			5px;
}

.content{
	width:					578px;
	margin:					0px 20px 0px 75px;
}

.content p{
	margin-top: 			0;
	font: 					12px Arial, Helvetica, sans-serif;
	color: 					#333;
	text-align: 			left;
	line-height: 			20px;
}

.content p a{
	text-decoration: 		none;
	font-weight: 			bold;
	color: 					#c19c34;	
}


.content p a:hover{
	color: 					#25478f;	
}

.content ul{
	font: 					12px Arial, Helvetica, sans-serif;
	list-style-type: 		square;
}

.content ul li{
	padding-bottom: 10px;
}

.content a.top-page{
		display: 				block;
		text-decoration:		none;
		color:					#c19c34;
		padding:				5px 0 10px 16px;
		margin-top:				15px;
		border-top:				1px dotted #dddddd;
		background-image:		url(../images/a4.gif);
		background-repeat:		no-repeat;
		background-position:	1px 10px;
}

div.signature { clear: both; overflow: auto; }
div.signature img { float: left; margin: 0 15px 0 0; }

.program td {
		vertical-align:top;
}

.img_a{
	float:					left;
	margin:					5px 45px 15px 5px;
}

.img_b{
	float:					left;
	margin:					5px 20px 15px 0px;
	border: none;
}

.img_c{
	float:					right;
	clear: both;
	margin:					5px 15px 5px 15px;
	padding: 				1px;
	border: 				1px solid #ccc;
}

.table {
	font: 					12px Arial, Helvetica, sans-serif;
	color: 					#333;
	text-align: 			left;
	line-height: 			20px;
}

.table td {
		vertical-align:top;
}

.table img {
	margin:					0;
	padding: 				1px;
	border: 				1px solid #CCCCCC;
}

.text1 {
	font: 					12px Arial, Helvetica, sans-serif;
	font-weight: 			bold;	
	color: 					#c19c34;
}

.text2 {
	font: 					10px Arial, Helvetica, sans-serif;
	color: 					#c19c34;
}



