/* CSS Document */


body
{
	margin:0px;
}

form
{
	margin:0px;
}

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

/*Backgrounds*/
.Links-bg{background-image:url(../images/links_bg.gif); background-repeat:repeat-y;}
.Down-arrow{background-image:url(../images/down_arrow.gif); background-repeat:no-repeat;}
.Arrow{background-image:url(../images/arrow.gif); background-repeat:no-repeat;}
.Header-bg{background-image:url(../images/header_bg.gif); background-repeat:repeat-y;}


.Title
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #15638B;
	text-decoration:none;
}

.Text
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #0171A8;
	text-decoration:none;
}

.Footer
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:none;
}


/* Links */

.Links
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
.Links:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #FCAC11;
	font-weight:bold;
	text-decoration:none;
}

.Left-Links
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFD9B;
	font-weight:bold;
	text-decoration:none;
}
.Left-Links:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #476103;
	font-weight:bold;
	text-decoration:none;
}

.Sub-Links
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	line-height:20px;
}
.Sub-Links:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #476103;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	line-height:20px;
}

.Input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:13px;
	width:103px;
	color:#000000;
	border:1px solid #272F41;
}
