/*   
Standard Stylesheet
*/

/* Text Styles */

body {
	background: #FFFFFF ; 
	margin-top: 20px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	font-weight: bold;
	color: #4F79A5;
	margin-left: 10px;
}

h2 {
	font-size: 18px;
	padding-bottom: 5px;
	text-decoration: none; 
}

h3 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D4DBD3;
}

a:link {
	color: #4F79A5;
	text-decoration: none;
}

a:visited {
	color: #4F79A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: Navy;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	word-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.heading3 {
	font-size: 125%;
	font-weight: bold;
}

.heading4 {
	font-weight: bold;
}

.table_head {
	border-bottom: thick #FF0099;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
