a       { color: #000E78; font-style: italic; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover  { color: #354aca }
.titles   { color: #27347c; font-style: italic; font-weight: bold; font-size: 22px; font-family: Verdana }
.sub_titles   { color: #27347c; font-weight: bold; font-size: 17px; font-family: Verdana }
.sub_titles_oblique { color: #27347c; font-style: italic; font-weight: bold; font-size: 17px; font-family: Verdana }
.body { color: black; font-size: 13px; font-family: Verdana }
.bodySmall {
color: black; font-size: 12px; font-family: Verdana
}
.bodySmallItalics {
	color: black;
	font-size: 12px;
	font-family: Verdana;
	font-style: italic;
}
.rightBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	 font-family: verdana, arial, sans-serif;
	 font-weight:bold;
	 font-style:italic;
	 font-size:22px;
	 color:#27347C;
	 margin:0px;
}
h2 {
	font-family: verdana, tahoma, arial, sans-serif;
	font-style:italic;
	font-size:16px;
	color:#27347C;
	font-weight: normal;
	margin:0px;
}

.vspace{
	margin-bottom:12px;
}