.style1 { color: #FFFFFF; font-size:11px; }

A:link    { color:#0000FF; }
A:visited { color:#0000FF; }
A:active  { color:#0000FF; }
A:hover   { color:#BBBBBB; text-decoration: underline; }

table.side_menu a:link 	  { color:#222222; text-decoration: none; }
table.side_menu a:visited { color:#222222; text-decoration: none; }
table.side_menu a:hover   { color:#CCCCCC; }
table.side_menu td{ 
	color:#222222;
	font-size: 12px;
	font-weight:normal;
}
table.side_menu ul{ 
	list-style-position: outside; 
	margin-left: 18px; 
	padding-left: 0px;
	list-style: disc; 
	vertical-align: bottom; 
	margin-bottom: 7px; 
}
table.side_menu li{ 
	text-align: left;
	margin-top: 5px; 
}

ol,ul {
	margin-left:18px;
	padding-left: 18px;
}

table.content {
	width:100%;
	border:none;
}
table.content td {
	padding:5px;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6F97C2;
	text-decoration: none;
	margin-bottom:10px;
	margin-top:10px;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6F97C2;
	text-decoration: none;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6F97C2;
	text-decoration: none;
}
p {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2B4E88;
	text-decoration: none;
}