/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	overflow-x:hidden;  
}

/* Link Styles */
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.footerRed {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.DarkBoldSM {
    font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a.DarkBoldSM:hover {
    font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

a.footerGrey {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.white:link, a.white:visited{
	color: #ffffff;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.white:hover{
	color: #ffffff;
	text-align: left;
	text-indent: 10px;
	text-decoration: underline;
	font-weight: bold;
}

/* Text Styles */

.WhatIsUSAHR {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.IndHomeHeaderTextGrey {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.IndHomeHeaderTextRed {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.IndHomeAddress {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.GiveAwayHeadline {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.smallText {
	font-size: 10px;
	font-weight: normal
	color: #000000;
	text-decoration: none;
}
p {
	text-align: left;
}

.footerRed {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.whitesmallBold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.DarkBold {
    font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.DarkBoldSM {
    font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.faqQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #C64949;
}

/* Backend Styles */


.userPagesBreadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
}
.PageHeader {
	padding: 2px;
	height: 25px;
	text-indent: 5px;
	color: #FFFFFF;
	font: bold 22px "Times New Roman", Times, serif;
}

a.CMS_Links:link, .CMS_Links:visited  {
	color: #FFFFFF;
	font: bold 18px "Times New Roman", Times, serif;
	text-decoration: none;
}

a.CMS_Links:hover {
	color: #FFFFFF;
	font: bold 18px "Times New Roman", Times, serif;
	text-decoration: underline;
}
