body { 	 
	 background-color: #ffffff;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}
.copyright { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
	 font-weight: normal;
	 font-style: normal;
	 color: #666666;
	 text-decoration: none;
}	
.copyright a:link { 
	 color: #c10002;
	 text-decoration: underline;
}	
.copyright a:visited { 
	 color: #c10002;
	 text-decoration: underline;
}	
.copyright a:hover { 
	 color: #000000;
	 text-decoration: underline;
}
h1{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 7px 0 5px 10px;
	margin:0;	
}
h2{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding:5px 20px 5px 20px;
	margin:0;	
}
h2 a:link {
	color: #666;
	text-decoration: none;	
}
h2 a:visited {
	color: #666;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: none;	
}
h3{
	color: #EEEEEE;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	letter-spacing:26px;
	padding:0 0 10px 0px;
	margin:0;
}
p{
    padding: 10px 20px 10px 20px;
	margin:0;
}	
.plaintext { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
	 font-style: normal;
	 color: #666666;
	 text-decoration: none;
	 line-height:16px;
}	
.plaintext a:link { 
	 color: #0202A2;
	 text-decoration: underline;
}	
.plaintext a:visited { 
	 color: #0202A2;
	 text-decoration: underline;
}
.plaintext a:hover { 
	 color: #0202A2;
	 text-decoration: underline;
}
.fixedwidthtext {
	font-family: Courier;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height:16px;
}
.fixedwidthtextmed {
	font-family: Courier;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height:16px;
}
.fixedwidthtextsmall { 
	 font-family: Courier;
	 font-size: 8px;
	 font-weight: normal;
	 font-style: normal;
	 color: #666666;
	 text-decoration: none;
	 line-height:16px;
}
.verticalmenu {
	padding:0;
    margin:0;
}	
.verticalmenu li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height:12px;
	display:inline;	
} 
.verticalmenu a { 
	color: #aaa;
	padding:5px 5px 5px 20px;
	text-decoration: none;
	display:block;
}  
.verticalmenu a:hover { 
	 color: #000;
	 text-decoration: none;
	 background-color:#eeeeee;	 
}
.horizontalmenu {
	padding:0;
	margin:5px 0 0 10px;
	width:900px;
	text-align: left;
}	
.horizontalmenu li {
	color: #444;
	display: inline;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;		
} 
.horizontalmenu a { 
	color: #c10002;
	text-decoration: none;	
}  
.horizontalmenu a:hover { 
	 color: #666666;
	 text-decoration: none;	 	 
}
.partnerlogos {
    padding:0;
    margin:0;	
}
.partnerlogos li {
	list-style: none;
	border-bottom:#dddddd 1px solid;
	line-height:0;
			
}

.expandedform { 
	overflow: hidden; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        color: #666666;
        text-decoration: none;
        line-height:16px;
}

.expandedform legend {
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        padding:5px 20px 5px 20px;
        margin:0;
}
.expandedform .row {
  padding: .3em 0;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
}

.expandedform label, 
.expandedform .row p, 
.expandedform .row div, 
.expandedform input, 
.expandedform select, 
.expandedform textarea {
  float: left;
}

/* change column widths for labels and inputs */
.expandedform .text { width: 70%; }
.expandedform label, .expandedform .row p {
  width: 20%; 
  margin: .2em 1em .5em 0;
  text-align: right;
  white-space: normal;
  overflow: hidden;
}
.expandedform .row div {
  white-space: nowrap;
  overflow: hidden;
  clear: none;
}
/* labels and form inputs inside of divs should not float */
.expandedform .row div * {
  float: none;
  clear: none;
}
.expanded input.checkbox, 
.expanded input.radio, 
.expanded select { 
  margin-top: 1.5em;
}
.expandedform div div input { 
  margin-right: 0;
}
