/* CSS Document */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

p{
	font-size:	12px;
	color:		#000000;
	margin:		10px 33px 0px 30px;
}

/* HEADINGS */
h1{
	color: 			#CC3333;
	font-size:  	22px;
	margin: 		0px 0px 0px 33px;
	padding: 		25px 0px 0px 0px;
	font-weight:	normal;
}

h1.sub{
	color: 			#CC3333;
	font-size:  	18px;
	margin: 		0px 0px 0px 33px;
	padding: 		25px 0px 0px 0px;
	font-weight:	normal;
}

h2{
	color: 			#999999;
	font-size:  	16pt;
	margin:			10px 33px 0px 30px;
	font-weight:	normal;
}

h3{
	color: 	#000000;
	font-size:  12px;
	margin: 10px 5px 5px 30px;
}


/* LINKS */
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #C6223C;
	text-decoration: none;
}

/* TABLE CELLS */
td{
	font-size:	12px;
	color:		#000000;
	margin:		10px 33px 0px 30px;
}

th{
	font-size:		12px;
	text-align:		left;
	font-weight:	bold;
	color:			#005496;
	margin:			10px 33px 0px 30px;
	padding-left:	30px;
}

/* INPUT */
input{
	font-size: 9pt;
}


