/* CSS Document */


body
{
	margin:0px;
	background:url(../images/bg.gif) repeat-x;
}

form
{
	margin:0px;
}

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

a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #6B153F;
	text-decoration:underline;
}
a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #19436A;
	text-decoration:none;
}

/*Backgrounds*/
.Body-bg{background:url(../images/body-bg.jpg) no-repeat top;}
.Links-bg{background:url(../images/links-bg.gif) repeat-x;}


/* Title */

.Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #19436A;
	font-weight:bold;
}

.Footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	line-height:18px;
	color: #ffffff;
}


/* Links */
.Footer-Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
}
.Footer-Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #6C1926;
	text-decoration:underline;
}

.Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #6B153F;
	text-decoration:none;
}
.Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #19436A;
	text-decoration:underline;
}

.Input
{
	font-family: Georgia, "Times New Roman", Times, serif;
	border:1px solid #184168;
	height:16px;
	width:195px;
	font-size:11px;
	color: #812146;
	text-decoration:none;
}

.Textbox
{
	font-family: Georgia, "Times New Roman", Times, serif;
	border:1px solid #184168;
	height:65px;
	width:195px;
	font-size:11px;
	color: #812146;
	text-decoration:none;
}


