/* main */

body {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	color: Black;
}

td {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
}

p {
	text-align: justify;
}

.banheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.menuheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: red;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

h1{
	font-size: 14px;
	color: red;
	font-weight: bold;
	
} 

h2{
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: Black;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	color: Black;
	font-weight: bold;
	float: right;
}

h5 {
	font-size: 10px;
	color: Gray;
	font-weight: normal;
}

h6 {
	font-size: 9px;
	color: Gray;
	float: right;
   font-weight: normal;
}

/* main links */

a {
	font-size: 11px; 
	color: red; 
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none
}
a:active {
	color: red
}
a:hover {
	color: red; text-decoration: underline
}
a:link {
	color: red
}
/* a:visited {
	color: #039803
}*/

/* top menu */

.menutop a{
	font-size: 12px; 
	color: #ffffff; 
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
}
.menutop a:active {
	color: #ffffff
}
.menutop a:hover {
	color: red;
	text-decoration: none;
}
.menutop a:link {
	color: #ffffff
}

/* bottom menu */

.menubot a{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	color: blue;
}

.menubot a:link {
	text-decoration: none;
	color: blue;
}

.menubot a:hover {
	text-decoration: underline;
	color: blue;
}
.menubot a:active {
	text-decoration: none;
	color: blue;
}
.links a{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	color: red;
	text-align: left;
}
.links a:link {
	text-decoration: none;
	color: red;
}
.links a:hover {
	text-decoration: underline;
	color: red;
}
.links a:active {
	text-decoration: none;
	color: red;
}
.linkssub a{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: gray;
	display: block;
	padding: 3px 0px 3px 10px;
	background: url("../images/but1.gif") no-repeat left top;
	width: 100%;
}
.linkssub a:link {
	text-decoration: none;
	color: gray;
}

.linkssub a:hover {
	text-decoration: none;
	color: gray;
	background: url("../images/but2.gif") no-repeat left top;
}
.linkssub a:active {
	text-decoration: none;
	color: gray;
}

.breadc a{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif; 
	text-decoration: none;
	color: red;
}
.breadc a:link {
	text-decoration: none;
	color: red;
}
.breadc a:hover {
	text-decoration: underline;
	color: red;
}
.breadc a:active {
	text-decoration: none;
	color: red;
}


/* main text */

ol, ul {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	text-align: justify;
}
li {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
}

/* main forms */

input, textarea, select {
		color:black;
		border-style:solid;
		border-width:1px;
		border-color:#C3CACD;
		background-color:white;
}
	
/*other*/

.trigger {
	cursor: hand;
}