/* Html ---------------------------------- */
html {
     overflow: -moz-scrollbars-vertical;
}
/* Body ---------------------------------- */
body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #2D3331;
	background-image: url(images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color: #A80329;
	background-position:top;
}

/* Paragraph ---------------------------------- */
p	{
	line-height:130%;
}
/* Main Table ---------------------------------- */
.MainTable	{
	background-color: White;
}

.ContentTable {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.ContentTable2 {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.FooterTable	{
	background-color: #CCCCCC;
	padding-top: 5px;
}

/* Tiles ---------------------------------- */

.ShadowLeftTile {
	background-image: url(images/shadow_left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.ShadowRightTile {
	background-image: url(images/shadow_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.ShadowBottomTile {
	background-image: url(images/shadow_btm.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.HeaderTile {
	background-image: url(images/header_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.NavTile {
	background-image: url(images/nav_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.GraySeparator {
	background-image: url(images/gray_sep.gif);
	background-repeat:repeat-y;
	background-position:top;
}


.ListGray {padding:7px;border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-top-color:#E1E1E1;border-bottom-color:#E1E1E1;background:#F7F7F7}
.ListWhite {padding:7px;background:White}


/* Texts ---------------------------------- */


 ul {margin:0; padding:0; list-style:none; line-height:16px;}
 li {padding-left:12px; background:url(images/arrow.gif) no-repeat left center}
 li a {background:url(images/bg_a.gif) bottom repeat-x; text-decoration:none;}
 li a:hover {text-decoration:underline;}
 
.BlueText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #374651;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
}
 
.RedText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #892B2D;
	text-decoration: none;
}

 /*footer*/
.footer { 
	font-size:10px; 
	color:#fff;
}


a.footer:link {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.footer:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.footer:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.footer:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}




a { color:#3B79C5;}
a:hover { text-decoration: none;}
a img { border:0;}


