@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	color: #000000;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #857db4;
	background-image: url('images/bg_body.jpg');
	background-position:top;
	background-repeat:repeat-x;
}


img {
	border: none;
}

p {
	padding: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	color: #e24339;
	padding-top: 10px;
	text-transform:uppercase;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family:Century Gothic, Verdana;
	color: #e24339;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-family:Century Gothic, Verdana;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}

h4 {
	font-size: 14px;
	font-family:Century Gothic, Verdana;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h5 {
	font-size: 14px;
	font-weight: bold;
	color: #e24339;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align:center;
}

a:link {
	color: #e24339;
	text-decoration: none;
}

a:visited {
	color: #e24339;
	text-decoration: none;
}
a:hover {
	color: #e24339;
	text-decoration: underline;
}

a.footer:link {
	color: #000000;
	text-decoration: underline;
	font-size:11px;
}

a.footer:visited {
	color: #000000;
	text-decoration: underline;
	font-size:11px;
}
a.footer:hover {
	color: #000000;
	text-decoration: none;
	font-size:11px;
}


a.navWhite:link {
	color: #ffffff;
	text-decoration: underline;
	font-size:11px;
}

a.navWhite:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size:11px;
}
a.navWhite:hover {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
}

.txtRed
{
    color: #e24339;
}


div.transbox
  {
	width: 300px;
	height: 50px;
	margin: 0px;
	color:White;
	background:url('images/bg_black.png') top repeat;
    vertical-align: bottom;
    font-size: 12px;
    text-align: left;

  }
  
.redBtn
{
    color:White;
    font-size:11px;
    padding:3px;
    background-color:#e24339;
}

.redBtnOut
{
    color:White;
    font-size:11px;
    padding:3px;
    background-color:#4b447b;
}
.minorLinkHover
{

	
	background-color:#514881;	color:white;
	cursor:pointer;
}

.minorLink
{
 
	background-color:black;color:white;
	
}

.white
{
	color:White;
}