
body {
	font-size: 75%; /* 75% = 12PX */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 20px 20px 20px; 
}
/*	============= Text Styles ============= */

*
{
	font-size:1em;
}

h1
{
	font-size: 2.1em;
	line-height:1.0em; 
	font-weight: bold;
	color: #333; /* Modified from #666 to #333 */ 
	margin-bottom: 15px;

}
h2
{
	font-size: 1.7em;
	font-weight: bold;
	color: #333;
	margin-top:10px;
	padding-bottom: 10px;
	background: transparent url(/static/img/reskin/bg_secondary_nav_dotted_border.gif) repeat-x left bottom;
}
h3 {
	margin:10px 0px 10px 0px;
	border:0px;
	clear:both;
	font-size: 1.4em;
	color:#333;
	font-weight:bold;
}

p {
margin-bottom:15px;
color: #333333;
padding: 0px 5px 0px 5px;
}
ul {
list-style-position: outside;
list-style-type: disc;
padding:0px;
margin:0px 5px 0px 5px;
}

ol {
padding:0px;
margin:0px 5px 0px 10px!important;
}

ol ol {
font-size:100%;
}

ul ul {
font-size:100%;
}

li {
margin-left:20px;
}

li p {
font-size:100%;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #006cb5;
	font-weight:bold;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ffa21b;
}

a.button , .button a{
	background-color:#006cb5;
	color:#ffffff!important ;
	padding:3px 5px 3px 5px;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	border:none;
}
input
{
	color:Black;
	background-color:#e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #999999;
}
input.radio
{
	color:Black;
	background-color:white!important;
	border: none!important;
}
input.button
{
	color:#ffffff ;
	font-weight:bold;
	background-color:#006cb5;
	text-align:center;
	border:none;
	padding: 2px;
	
}
textarea 
{
	color:Black;
	background-color:#e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #999999;
}

select {
color:Black;
background-color:#e5e5e5;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-align:left;
margin: 0px;
padding: 0px;	
border: 1px solid #999999;
}
option
{
	color:Black;
	background-color:#e5e5e5;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #999999;
}
label, .label {
color:#666666;
display:block;
float:left;
}

.button input {
margin: 0px;
padding: 1px;
}

.button img {
border:0px;
margin-right:3px;
}

.reg {
font-size: 1em;
}

.indent10 {
margin-left:10px;
}

.indent5 {
margin-left:5px;
}

strong {
font-weight:bold;
font-style:normal;
}

.noPSpacing {
margin:0%;
}

.margin5 {
margin:5px;
}

.g2content {
width:100%;
border:0px;
float:left;
}
.generictable,div.generictable .reg{
margin: 5px 5px 10px 5px;
border-collapse:collapse; 
}
.generictable td,.generictable th, div.generictable .reg td,div.generictable .reg th{
vertical-align:top;
border:#cccccc 1px solid!important;

}

.listhead4
{
	/*background-color:White;*/
}
/*---------Dotted divider lines---------*/

.divider {
background:url(../../img/divider_dotted_h169.gif) repeat-x top;
}

.dividerList {
background:url(../../img/divider_dotted_h169.gif) repeat-x top;
margin-top:2px;
margin-bottom:10px;
}

.dividerBottom {
background:url(../../img/divider_dotted_h169.gif) repeat-x bottom;
padding-bottom:2px;
font-size:95%;
}

.divider img {
margin:5px 5px 5px 1px;
}

.divider2 {
margin-left:0px;
background:url(../../img/divider_dotted_h169.gif) repeat-x top;
}

/*	=========== FORM STYLES ============ */

/* form field labels */
.fHiLite {
color:#b70629;
}
.access {
display:none;
}
.clear {
clear:both;
}
.active {
color:#000000 !important;
}
.small {
font-size:80%;
}



