﻿body 
{
	margin-top:15px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#646464;
}

SELECT,INPUT,TABLE,TEXTAREA
{
	font-family:Verdana, Arial;
	font-size:8pt;	
}

.smallText
{
	font-size:7pt;
}

.blueSmall
{
	font-family:Verdana, Arial;
	font-size:8pt;	
	color:#6296c3;
}

.blueMedium
{
	font-size:13pt;	
	color:#6296c3;
}

.blueLarge
{
	font-size:16pt;	
	color:#6296c3;
}


.blueLarge:before
{
	position:absolute;
	content:"";
	top:10px;
	width:30px;
	border-top:solid 2px #6296c3;
}


SELECT.smallerSelect
{
	font-size:8pt;
}

.tblMenu
{	
	background-image:url(../images/menu_banner.jpg);
	width:760px;
	height:46px;
	text-align:left;
	font-size:10pt;
}

.tblMenu A
{	
	color:White;
	text-decoration:none;
}

.tblMenu A:Hover
{	
	color:Black;
}

.tblMenu A:visited
{	
	color:White;
}

A
{
	color:#336699;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

A:visited
{
	color:#336699;
}