/* CSS Document */

.title {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #666666;
	padding-bottom:8px;
	
	margin-top:0px;
}

body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:12px;
	color:#000000;
	padding:15px;
}

p {
	line-height: 16px;
	margin-top:0px;
	margin-bottom:7px;

}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #002f9f;
	margin-bottom:4px;
	margin-top:8px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #002f9f;
	margin-bottom:2px;
	margin-top:14px;

}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom:2px;
	margin-top:5px;
}

.border {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}

/*
TABLE OPTIONS
*/
tr#header {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#b7b2a9;
	padding:2px;
}

tr#content {
	font-size: 11px;
	padding:2px;
}

/*
FORM OPTIONS
*/
form {
	padding:0px;
	margin:0px;
}

select {
	font-size: 10px;
	margin-top:3px;
	margin-bottom:3px;
}

input { 
	font-size: 11px; 
	border: 1 solid #b7b2a9; 
	margin-top:3px;
	margin-bottom:3px;
}

textarea { 
	font-size: 11px; 
	border: 1 solid #b7b2a9;
	margin-top:3px;
	margin-bottom:3px; 
}

/*
LIST OPTIONS
*/
ul
{
 margin:0px;
 margin-bottom:8px;
 margin-left:17px;
 padding:0px;
}

li
{
 margin:0px;
 margin-bottom:3px;
 padding:0px;
}

/* 
LINK OPTIONS 
*/
A:active {
	color: #0066cc;
	text-decoration:underline;
}

A:link {
	color: #0066cc;
	text-decoration:none;
}

A:visited {
	color: #0066cc;
	text-decoration:none;
}

A:hover {
	color: #000000;
	text-decoration:underline;
}

tr#whitelink a:link {color: white;}
tr#whitelink a:visited {color: white;}
tr#whitelink a:hover {color: white;}
tr#whitelink a:active {color: white;}

tr#blacklink a:link {color: black;}
tr#blacklink a:visited {color: black;}
tr#blacklink a:hover {color: black;}
tr#blacklink a:active {color: black;}

