.Left { margin-right: 10px } /* adds space to right of left-aligned image */
.Right { margin-left: 10px } /* adds space to left of right-aligned image */

.important { 
	font-size: 25pt;
	font-weight: 600;
	color: #CB0013;
 }
 
.important2 { 
	font-size: 16pt;
	font-weight: 600;
	color: #CB0013;
 }

.width { width:95%;}

.rightborder
{border-right-color: #CB0013;
border-right-style: solid;
border-right-width: 1px;
}

.leftborder
{border-left-color: #CB0013;
border-left-style: solid;
border-left-width: 1px;
}

.footer
{border-top-color: #CB0013;
border-top-style: solid;
border-top-width: 1px;
font-size: 10px;
}

H1 { 
	font-size: 25pt;
	font-weight: 600;
	color: #CB0013;
 }

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.box1
{
 margin: 11px;
 padding:10px;
 border-width: 1px;
 border-style: solid;
 border-color: #CB0013;
}

A:link {
	font-size: 12px;
	color: #0000FF;
}
A:visited {
	color: #0000FF;
}
A:hover {
	color: #C0CEE9;
	text-decoration: none;
}


.menu a:link {
	font-size: 12px;
	font-weight:bold;
	color: #CB0013;
	text-decoration:none;
}
.menu a:visited {
	color: #CB0013;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	color: #666666;
	text-decoration:underline;
}


.small {
font-size:10px;
}

.newsText {
	float: left;
	padding-right: 8px;
}

.box
{
 margin: 11px;
 padding:10px;
 border-width: 1px;
 border-style: solid;
 border-color: #CB0013;
 width: 175px;
 float: right;
 text-align:center;
}

.list li{
padding-bottom:12px;
}

.tableheader {
background-color:#CB0013;
color:#FFFFFF;
font-weight: bold;
padding: 5px;
}

.boxfloatleft
{
 margin: 11px;
 padding:10px;
 border-width: 1px;
 border-style: solid;
 border-color: #CB0013;
 text-align:center;
}