/* COAA CSS Document */

/* body format */
@charset "utf-8";

body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #CCCCCC;
	font-size: 16px;
}
	

/* text styles format */
h1 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
  	margin-right: 0px;
  	margin-left: 12px;
  	color: #330066;
  	font-weight: bold;
  	letter-spacing: 6px;
  	margin-top: 12px;
  	margin-bottom: 12px;
}

h2 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
  	margin-right: 0px;
  	margin-left: 12px;
	font-weight: bold;
	color: #330066;
	letter-spacing: 4px ;
	margin-top: 12px;
}

h3 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-right: 6px;
	margin-left: 12px;
}

h4 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: text-top;
	padding-right:3px;
}
h5 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
  	color: #330066;
}

h6 {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: ##333333;
}
p, td {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;

}

p.uppercase {
	text-transform:uppercase;
}

p.pageTitle {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #004221;
	margin-bottom: 5px;
}
.copyright {	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
  	color: #330066;
}
td.link {
	color: #330066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #330066;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
  	color: #330066;
	font-size: 12px;
	text-decoration: underline;
} 
a:active {
  	color: #330066;
	font-size: 12px;
	text-decoration: none;
}


/* hyperlinks */

a:link {
  	color: #330066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
  	color: #330066;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #330066;
	font-size: 12px;
	text-decoration: underline;
} 
a:active {
	color: #330066;
	font-size: 12px;
	text-decoration: underline;
}


.bottom a:link {
  	color: #330066;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;

}
.bottom a:visited {
  	color: #330066;
	font-size: 9px;
	text-decoration: underline;
}
.bottom a:hover {
	color: #330066;
	font-size: 9px;
	text-decoration: underline;
} 
.bottom a:active {
	color: #330066;
	font-size: 9px;
	text-decoration: underline;
}

/* image position */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

