﻿
/***************************************BODY CLASSES********************************/
body  
{
	background-color:White
}

/***************************************DIV CLASSES*********************************/
div
{
	font: 12px Calibri, Arial, sans-serif;
	position: relative;
}

div.Clear
{
	clear:both;
}

div.Title
{
	font: 20px Calibri, Arial, sans-serif;
	position: relative;
	margin-bottom: 10px;
	width:950px;
}

div.SubTitle
{
	font-weight:bold;
}

div.Small
{
	font-weight:normal; 
	font-size: 10px;
	vertical-align:bottom
}

div.ContentBox
{
	border: solid 1px darkgray;
	padding: 5px;
	width:950px;
}

a
{
	font-style:normal; 
	text-decoration:none;
	color:Black;	
}

a:hover
{
	text-decoration:underline;
}