td {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}
p {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px; 
}
H1 {
	font-size: 25px;
	color: #0A68B8;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif; 
}

H2 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif; 
}

H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	color: #3E8200;
}


hr {
	height: 1px;
	color: #CCCCCC;
}

a:link {
	color: #3E8200;
	text-decoration: underline;
}
a:visited {
	color: #3E8200;
	text-decoration: underline;
}
a:hover {
	color: #346F00;
	text-decoration: none;
}
a:active {
	color: #5BBF00;
	text-decoration: none;
}


/* Other links 

H2 a:link {
	text-decoration: underline;
	color: #5D5D5D;
}
H2 a:visited {
	text-decoration: underline;
	color: #5D5D5D;
}
H2 a:hover {
	text-decoration: none;
	color: #5D5D5D;
}
H2 a:active {
	text-decoration: none;
	color: #5D5D5D;
}
*/


/* Left Column Styles */

#LeftColumn {
	padding: 0px 25px 0px 0px;
}

#LeftColumn H1 {
	font-size: 24px;
	color: #0A68B8;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: .3em;
}

#LeftColumn H2 {
	font-size: 15px;
	font-weight: bold;
	margin: .1em 0em .2em 0em;
	color: #0A68B8;
}

#LeftColumn H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	color: #3E8200;
}

#LeftColumn P {
	margin-top: 0em;
	margin-bottom: .8em;
}


/* Center Column Styles */

#CenterColumn {
	 width:200px;
	 padding: 0px 0px 0px 0px;
}

#CenterColumn H1 {
	font-size: 24px;
	color: #0A68B8;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: .3em;
}

#CenterColumn H2 {
	font-size: 15px;
	font-weight: bold;
	margin: .1em 0em .2em 0em;
	color: #0A68B8;
}

#CenterColumn H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	color: #3E8200;
}

#CenterColumn P {
	margin-top: 0em;
	margin-bottom: .8em;
}


/* Right Column styles */

#RightColumn {
	width: 200px;
	padding: 0px 0px 0px 0px;
}

#RightColumn H1 {
	font-size: 24px;
	color: #0A68B8;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: .3em;
}

#RightColumn H2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: .1em 0em .2em 0em;
	color: #0A68B8;
}

#RightColumn H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	color: #3E8200;
}

#RightColumn P {
	margin-top: 0em;
	margin-bottom: .8em;
}

.head {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	color: #3E8200;

}

hr {
	color: #fff;
	background-color: #D3D3D3;
	height: 0px;
	width: 100%;
	text-align: left;
	border: 0px;
	border-top: 1px solid #D3D3D3;
}

.NormalSmall {
	font-size: 11px;
}
