:focus
{
  -moz-outline-style: none;
}

a
{
  outline: none;
}


H1 { 
	font-family: Arial, Helvetica; 
	color: #aa0102; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: #aa0102; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 14pt; 
}

H4 { 
	font-family: Arial, Helvetica; 
	color: #aa0102; 
	font-size : 12pt; 
}

.redxii { 
	font-family: Arial, Helvetica; 
	color: #aa0102; 
	font-size : 12pt; 
	font-weight : bold;
}

p { 
	font-family: Arial, Helvetica; 
	color: #ffffff; 
	font-size : 10pt; 
	padding-left: 15px; 
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}



hr {
	width: 85%;
	color: #FFFFF;
}

a:link { 
	color : #990202; 
	text-decoration:none;
}

a:visited { 
	color : #666666; 
	text-decoration:none;
}

a:hover { 
	color : #666666; 
	text-decoration:underline;
}

a:active { 
	color : #59a02d; 
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #000000; 
	font-size: 9pt; 
	width: 150;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;
    background-position: top; 
    background-repeat:no-repeat; }
}
    

.menu 	{
 		font-size: 13pt;
		font-weight: bold;
		text-decoration: none;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		} 

.copyright {
		font-family: Arial, Helvetica, sans-serif;
		 font-size: 8pt;
		 color:  #ffffff;
		 }
		 


.text 	{
 		font-size: 10pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #000000;
		} 
		
.ixblack 	{
 		font-size: 9pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #000000;
		} 
		
.ixwhite 	{
 		font-size: 9pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		font-weight: normal;
		} 
		
.xwhite 	{
 		font-size: 10pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		} 
		
.xwhiteb 	{
 		font-size: 10pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		font-weight: bold;
		} 
		
.xgray	{
 		font-size: 10pt;
 		font-family: arial, helvetica, sans-serif; 
 		color: #666666;
		} 


.form 	{
 		font-size: 10pt;
		font-weight: bold;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		} 
		
.heading 	{
 		font-size: 12pt;
		font-weight: bold;
 		font-family: arial, helvetica, sans-serif; 
 		color: #093c7a;
		} 
		
.heading2 	{
 		font-size: 11pt;
		font-weight: bold;
 		font-family: arial, helvetica, sans-serif; 
 		color: #093c7a;
		} 
		
.headingc 	{
 		font-size: 14pt;
		font-weight: normal;
 		font-family: arial, helvetica, sans-serif; 
 		color: #093c7a;
		} 
		
.headingt 	{
 		font-size: 17pt;
		font-weight: normal;
 		font-family: arial, helvetica, sans-serif; 
 		color: #093c7a;
		} 
		
.welcome 	{
 		font-size: 16pt;
		font-weight: bold;
 		font-family: arial, helvetica, sans-serif; 
 		color: #004488;
		} 
		
.headingw 	{
 		font-size: 11pt;
		font-weight: bold;
 		font-family: arial, helvetica, sans-serif; 
 		color: #ffffff;
		} 
		
a.copyright:link {
color: #000000;
}  





.AquaAccordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	font-family: Arial, Helvetica, Sans serif;
	font-size: 16px;
}

.AquaAccordion .Tab {
	height: 24px;
	background-image: url(images/accordion/grad1.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
}

.AquaAccordion .Content {
	overflow: auto;
	height: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
}

.AquaAccordion .hover {
	background-image: none;
	background-color: #000000;
}

.AquaAccordion .open {
	/* Add properties here. */
}

.AquaAccordion .closed {
	/* Add properties here. */
}

.AquaAccordion .focused {
	/* Add properties here. */
}