/* CSS Document */

/* DEFAULT TAGS SETTINGS */
body
{
	margin:0px;
	background-color:#EAEAEA;
}

form
{
	margin:0px;
}

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


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

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

/* BACKGROUNDS */
.Links-bg{background:url(../images/links-bg.gif) no-repeat;}

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

.Title1
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #6A8605;
	text-decoration:none;
}

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


/* LINKS */

.Links
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.Links:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	text-transform:uppercase;
}

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



