/* CSS Document */

/* DEFAULT TAGS SETTINGS */
body
{
	margin:0px;
}

form
{
	margin:0px;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	font-weight: normal;
	color: #404040;
}

a
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:none;
	color: #383838;
	text-decoration:underline;
}
a:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #066198;
	text-decoration:none;
}

/* BACKGROUNDS */
.Header-bg{background:url(../images/header-bg.jpg) no-repeat;}
.Left-bg{background:url(../images/left-bg.gif) no-repeat bottom;}

/* TITLES, TEXT */
.Title
{
	font-family: Georgia, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #9E1C1C;
	text-decoration:none;
}

.Green-text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	font-weight: normal;
	color: #627004;
}

.Footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #404040;
	text-decoration:none;
}


/* LINKS */

.Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.Links:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #B13614;
	text-decoration:underline;
}

.Input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:13px;
	width:140px;
	color:#3F3F3F;
	border:1px solid #627004;
}

.Input1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:13px;
	width:140px;
	color:#3F3F3F;
	border:1px solid #ADADAD;
}




