/* CSS Document */

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

form
{
	margin:0px;
}

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

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

/* BACKGROUNDS */
.Top-bg{background:url(../images/top-bg.gif) repeat-x;}

/* TITLES, TEXT */
.Title
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #5F5F5F;
	text-decoration:none;
	padding-left:10px;
}

.Green-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	font-weight: normal;
	color: #08D3D7;
}

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


/* LINKS */

.Links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #5F5F5F;
	text-decoration:none;
}
.Links:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #095B5D;
	text-decoration:underline;
}
