/* CSS Document */

.HeaderText
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #78A6C7;
}

body,td,th {
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
	margin-top: 0px;
}

.TextLightGrey
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}

/* MENU CSS STYLES */

.TitleText
{
	font-family: "lucida-grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5B5B5;
}
.ContentText
{
	font-family: "lucida-grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

.MenuInput
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100px;
}

.MenuText
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 15px;
}

.MenuText a:link
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C5C8B;
	line-height: 15px;
	text-decoration:none;
}

.MenuText a:active
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C5C8B;
	line-height: 15px;
	text-decoration:none;
}

.MenuText a:visited
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C5C8B;
	line-height: 15px;
	text-decoration:none;
}

.MenuText a:hover
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C5C8B;
	line-height: 15px;
	text-decoration:underline;
}

/* END OF MENU */


a:link {
	color: #3C5C8B;
	text-decoration:none;
}
a:visited {
	color: #3C5C8B;
	text-decoration:none;
}
a:active {
	color: #3C5C8B;
	text-decoration:none;
}
a:hover {
	color: #2D4466;
	text-decoration:underline;
}

.FormText
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
}



.FeedbackText
{
	font-family: "lucida-grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F8735;
}

.FormInput
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	width: 240px;	
}

.FormInputMenu
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	width: 150px;	
}
.BorderLeft
{
	border-left-color:#6699CC;
}
.SelectInput
{
	font-family: "lucida-grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	
}