/* CSS Document */


body
{
	margin:0px;
}

form
{
	margin:0px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:justify;
	color: #000000;
}

/*Backgrounds*/
.Top-bg{background:url(../images/top-bg.gif) repeat-x;}
.Link-grey{background:url(../images/link1-1.gif) no-repeat;}
.Link-blue{background:url(../images/link2-2.gif) no-repeat;}
.Top-bar{background:url(../images/top-bar.gif) no-repeat;}
.Bottom-bar{background:url(../images/bottom_bar.gif) no-repeat;}
.Title-bg{background:url(../images/title_bg.gif) repeat-x;}
.Bottom-blue{background:url(../images/bot_blue.gif) repeat-x;}
.Footer-bg{background:url(../images/footer.gif) repeat-x;}



/* Text */

.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

.Green-Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #8D9A0A;
	text-decoration:none;
}

.Blue-Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #1D4658;
	text-decoration:none;
}

.Blue-Txt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #1D4658;
	text-decoration:none;
}

.Heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #1D4658;
	text-decoration:none;
}

.Grey-txt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:none;
	color: #565656;
	text-decoration:none;
}


.Footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:none;
	color: #ffffff;
	text-decoration:none;
}


/* Links */

.Top-Links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:none;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase;
}
.Top-Links:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:none;
	color: #8E9B0A;
	text-decoration:none;
	text-transform:uppercase;
}

.Input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:15px;
	width:107px;
	color:#000000;
	border:1px solid #1F4C7F;
}

.Textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:45px;
	width:170px;
	color:#000000;
	border:1px solid #1F4C7F;
}


