body {
	font: small/1.2 Arial,Helvetica,sans-serif;
	line-height: 1.4em;
}

p {
	line-height: 1.4em;
}

a {
 color: #0896ff;
 text-decoration : none;
 }
 
a:hover { 
	color: #FEBA02; 
}

.menu a {
	text-decoration: underline;
}

.menu a:hover {
	text-decoration: none;
}

ul li {
	line-height: 1.6em;
}

h1 {

}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0;
	padding-top: .5em;
	color: #003580;
}

.menu_iframe {
	background-color: #0B3E8E;
}

.menu_iframe  h3 {
   color: #009FE3;
   padding: 5px 10px 0px 20px;
}

.menu {
	font-size: .9em;
	padding-left: 10px;
}

.content-wrapper .menu a {
	color: #003580;
}

.menu a {
   color: #FFF;
   line-height: 1.6em;
}



table {
	font-size: small;
	border-spacing: 0px;
    border-color: #CCC;
}

table th{
	min-height: 400px;
}

table tr td {
	padding: 5px 10px;
}
th {
	text-align:left;
	padding-left: 10px;
}

td { width: auto; }

.method-table {
   margin-top: 35px;
}

.method-table td {
	padding-left: 5px;
}

.method-table td tt {
	font-size: 1.2em;
}

#table-news  tr td{
	min-width: 100px;
}

.content-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1000px;
}

.green { 
 font-family: Verdana; 
 color: #00CC00; 
 font-size:14px; 
 font-weight:bold
}

.red { 
 font-family: Verdana; 
 color: #FF0000; 
 font-size:14px; 
 font-weight:bold
}

.blue { 
 font-family: Verdana; 
 color: blue; 
 font-size:14px; 
 font-weight:bold
}