/* CSS Document */

p{
margin: 0px;
}

p.align-left{
text-align: left;
}

p.align-center{
text-align: center;
}

p.align-right{
text-align: right;
}

p.align-justify{
text-align: justify;
}



td.align-left{
text-align: left;
}

td.align-center{
text-align: center;
}

td.align-right{
text-align: right;
}

td.align-justify{
text-align: justify;
}


body {
       bgbgcolor: #CCCCCC 
}

body, table, p, div, span, select, input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
}
 
A:link {
	background-color : transparent;
	color : #4C80C2;
	text-decoration : underline;
}
A:visited {
	background-color : transparent;
	color : #4C80C2;
	text-decoration : underline;
}
A:hover {
	background-color : transparent;
	color : #6DA0DE;
	text-decoration : none;
}

A:active {
	background-color : transparent;
	color : #4C80C2;
	text-decoration : none;
}
      

#menulink_no a:link { color: #4C80C2; font-size: 12px; font-family: Verdana,Arial,Helvetica; text-decoration: none; }
#menulink_no a:visited { color: #4C80C2; font-size: 12px; font-family: Verdana,Arial,Helvetica; text-decoration: none; }
#menulink_no a:active { color: #E55F00; font-size: 12px; font-family: Verdana,Arial,Helvetica; text-decoration: none; }
#menulink_no a:hover { color: #6DA0DE; font-size: 12px; font-family: Verdana,Arial,Helvetica; text-decoration: none; }

#menulink_cur a:link { color: #154CA3; font-size: 12px; font-family: Verdana,Arial,Helvetica; font-weight: bold; text-decoration: none; }
#menulink_cur a:visited { color: #154CA3; font-size: 12px; font-family: Verdana,Arial,Helvetica; font-weight: bold; text-decoration: none; }
#menulink_cur a:active { color: #154CA3; font-size: 12px; font-family: Verdana,Arial,Helvetica; font-weight: bold; text-decoration: none; }
#menulink_cur a:hover { color: #6DA0DE; font-size: 12px; font-family: Verdana,Arial,Helvetica; font-weight: bold; text-decoration: none; }
A


SELECT, TEXTAREA, INPUT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}


H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

* {text-align: justify;}
