/* CSS Document */


body
{
	margin:0px;
	background-color:#7B7B7B;
	background:url(../images/bg.gif);
}

form
{
	margin:0px;
}

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

/*Backgrounds*/
.Top-bg{background:url(../images/top-bg.png) repeat-x;}
.Line{background:url(../images/line.gif) no-repeat center;}


/* Title */
.Maroon-Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #6C1926;
	text-decoration:none;
}

.Maroon-Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #6C1926;
	text-decoration:none;
}

.Red-txt
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:none;
	color: #FF0000;
	text-decoration:none;
}

.Footer
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color: #202020;
	text-decoration:none;
	line-height:20px;
	text-align:center;
}


/* Links */
.Footer-Links
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color: #202020;
	text-decoration:none;
	padding:7px;
	text-align:center;
}
.Footer-Links:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color: #6C1926;
	padding:7px;
	text-align:center;
	text-decoration:underline;
}

.Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #6C1926;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
.Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #B7AC9D;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

.Links1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #6C1926;
	text-decoration:underline;
}
.Links1:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #B7AC9D;
	text-decoration:none;
}


.Input
{
	font-family: Verdana, Helvetica, sans-serif;
	border:1px solid #D1CBC2;
	height:15px;
	width:120px;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

.Textbox
{
	font-family: Verdana, Helvetica, sans-serif;
	border:1px solid #D1CBC2;
	height:65px;
	width:120px;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

.gallery a img {
	padding: 5px;
	background: #EBE8E4;
	border: 1px solid #B7AC9D;
	margin: 5px;
}

.gallery a:hover img {
	background: #6C1926;
}

