/* CSS Document */


body
{
	margin:0px;
	/*background:url(../images/bg.gif) center repeat-y #E1E1E1;*/
}

a{color: #910F0F;text-decoration:underline;}

a:hover
{color: #910F0F;text-decoration:none;}

form
{
	margin:0px;
}

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

/*Backgrounds*/
.Top-bg{background:url(../images/top_bg.gif) repeat-x;}
.Logo-bg{background:url(../images/logo-bg.gif) repeat-x;}
.Bottom-shadow{background:url(../images/down-shadow.gif) repeat-x;}

.Links-bg{background:url(../images/links-bg.gif) repeat-x;}
.Center-shadow{background:url(../images/center-shadow.gif) repeat-y;}
.Welcome-bg{background:url(../images/welcome_bg.gif) repeat-x #FFFFFF;}
.Box-bg{background:url(../images/sub-boxes-bg.gif) repeat-x #FFFFFF;}
.Footer{background:url(../images/footer.gif) repeat-x #E1E1E1;font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #505012;
	text-decoration:none;}
	
.Left-shadow{background:url(../images/left-shadow.gif) repeat-y right;}
.Right-shadow{background:url(../images/rht_shadow.gif) repeat-y;}
.Top-shadow{background:url(../images/up-shadow.gif) repeat-x;}
.Bottom-shadow{background:url(../images/bottom-shadow.gif) repeat-x;}


/* Text */

.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #4E540E;
	text-decoration:none;
}

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


/* Links */

.Top-Links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.Top-Links:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFD627;
	text-decoration:none;
}

.Right-Links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #525230;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
}
.Right-Links:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7A0D0D;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

.Input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:13px;
	width:103px;
	color:#000000;
	border:1px solid #6D6D6D;
}


