body
{
	margin:0;
	background-color:White;
}

.short-link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;	
	color:White;
	text-decoration:none;
}

.link-text
{
	text-decoration: none;
	font-family: Arial;
	font-size:smaller;
	color: White;
}

.link-text-2
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 0.9em;
	color:DarkBlue;
	font-weight:800;
}

.nav-text
{
	font-family: Arial;
	font-size:xx-small;
	color:White;
}

.link-text-white
{
	text-decoration:None;
	font-family: Arial;
	font-size:xx-small;
	color:White;
}

.link-text-black
{
	text-decoration:underline;
	font-family: Arial;
	font-size:xx-small;
	color: Black;
}

.link-text-black:hover {
    color: #FFFFFF;
    background: #25587E;
}

.small-text-black
{
	text-decoration: none;
	font-family: Arial;
	font-size:xx-small;
	color: Black;
}

.form-label
{
	font-family:Verdana;
	font-size:xx-small;
	color:Black;
}

.form-textbox
{
	border-style:window-inset;
	border-width:1px;
	border-color:DimGray;
	width:90%;
	margin-left:5px;
	height: 18px;
}

.form-textbox2
{
	border-style:window-inset;
	border-width:1px;
	border-color:DimGray;
	height:30px;
	width:90%;
	margin-left:5px;
}

.offer-text
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;	
	color:Navy;
	text-decoration:none;
}

.response-text
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
	color:Green;
	text-decoration:none;
	background-color:Yellow;
}

.mission-text
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
	color:Maroon;
	text-decoration:none;
}

.gray-text
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;	
	color:Gray;
	text-decoration:none;
}

.tab-heading
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;	
	color:White;
	text-decoration:none;
}

.tab-heading-big
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;	
	color:White;
	text-decoration:none;
}

.tab-heading-black
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;	
	color:Black;
	text-decoration:none;
}

.about-text
{
	font-family:Arial;
	color:black;
	text-align:justify;
	font-size:0.8em;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.footer-text
{
	font-family: Arial;
	color: White;
	font-size: smaller;
}

.grey-text-1
{
	font-family:Arial;
	font-size:0.8em;
	text-align:justify;
	color:Gray;
}

.normal-text-gray
{
	font-family:MS Sans Serif; 
	font-size:smaller;
	color:#4C4646;
}

.double-line
{
	line-height:250%;
}

.maroon-text
{
	color:Maroon;
}

.green-text
{
	color:Green;
}