﻿.small_font_black
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}

.blue_font
{
	font-size: 12px;
	color: #0000ff;
	font-family: Arial;
	font-weight:bold;
}

.green_font
{
	font-size: 12px;
	color: #339933;
	font-family: Arial;
	font-weight: normal;
	font-weight:bold;
}

.red_font
{
	font-size: 12px;
	color: #ff0033;
	font-family: Arial;
	font-weight:bold;
}

.small_font_black_bold
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}

.medium_font_black
{
	font-size: 13px;
	color: #000000;
	font-family: Arial;
}

.medium_font_black_bold
{
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}

.small_font
{
	font-size: 11px;
	color: #28739B;
	font-family: Arial;
}
.medium_font
{
	color: #28739B;
	font-family: Arial;
	font-size: 13px;
}
.large_font
{
	color: #28739B;
	font-family: Arial;
	font-size: 16px;
}

.header_font
{
	color:#FCEDFC;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
}
.small_font_bold
{
	font-size: 12px;
	color: #28739B;
	font-family: Arial;
	font-weight: bold;
}

.medium_font_bold
{
	color: #28739B;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.large_font_bold
{
	color: #28739B;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h1
{
	color: #28739B;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h2
{
	color: #28739B;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

A
{
	font-size: 12px;
	color: #28739B;
	font-family: Arial;
	text-decoration:none;
}

A:hover
{
	font-size: 12px;
	color: #28739B;
	font-family: Arial;
	text-decoration:underline;
}
A.small_link:hover
{
	font-size: 12px;
	color: #28739B;
	font-family: Arial;
	text-decoration: underline;
}

A.small_link
{
	font-size: 12px;
	color: #28739B;
	font-family: Arial;
	text-decoration:none;
}


A.small_link_selected
{
	font-size: 12px;
	color: #ffff99;
	font-family: Arial;
	text-decoration: none;
	background-color: #28739B;
	font-weight: bold;
	padding:0px 3px 0px 3px;
}

A.medium_link
{
	font-size: 13px;
	color: #28739B;
	font-family: Arial;
	text-decoration: none;
	
}

A.medium_link:hover
{
	font-size: 13px;
	color: #28739B;
	font-family: Arial;
	text-decoration:none;
}



A.header_link
{
	font-size: 13px;
	color: #FCEDFC;
	font-family: Arial;
	text-decoration: none;
	
}

A.header_link:hover
{
	font-size: 13px;
	color: #FCEDFC;
	font-family: Arial;
	text-decoration:underline;
}



A.large_link:hover
{
	color: #28739B;
	font-family: Arial;
	text-decoration: underline;
	font-weight:bold;
	font-size: 16px;
}

A.large_link
{
	color: #28739B;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
}

.dropdown
{
	width:200px;
	border:solid 1px #E155AD;
	height:16px;
}

.textbox
{
	border: solid 1px #2B7CA8;
}

.textbox_330
{
	width:330px;
	height:70px;
	border: solid 1px #2B7CA8;
}

