
body { 
	font-family: tahoma,arial; 
	font-size: 10px; 
	color: #424242; 
	text-align:	center; 
	background-color:#ddd;
	}

td { 
	font-family: tahoma,arial; 
	font-size: 12px; 
	color: #424242; 
	text-align:	left; 
	background-color:#fff;
	border: 1px solid #ccc; 
	}
table,tr,th{ 
	font-family: tahoma,arial; 
	font-size: 12px; 
	font-weight: bold;
	color: #424242; 
	text-align:	left; 
	background-color:#fff; 
	}
img { 
	border-width: 0px; 
	}

A {
	color:#355882; 
	}
	
A:hover { 
	color:#000; 
	border:0px solid #fff; 
	cursor:hand; 
	text-decoration:none;
	}
	
input { 
       height: 18px;
	   font-size:8pt;
	   margin: 0px; 
       border: 1px #000000 solid;
		}
select { 
	   width: 120px;
           height: 18px;
	   font-size:8pt;
	   margin: 0px; 
           border: 1px #000000 solid;
		}
		
input.checkbox { position: absolute;
                 clip: rect(3px 15px 14px 4px);
                 padding: 0px;
                }
input.radio { position: absolute;
                 clip: rect(2px 15px 14px 4px);
                 padding: 0px;
                }				
textarea {
		   background-color: #fff;
          }

#content {
	width:99%;
	font-size:12px;
	font-weight: bold;
	border:1px solid #ddd;
	text-align:left;
	padding: 7px; 
	margin-right:auto;
	margin-left:auto;	
	}

.fl 	{float:left;}
.fr		{float:right;}
.frar	{float:right;  text-align: right;}

.head1 {font-size: 20px; color:424242;}
.head2 {font-size: 16px; font-weight: bold; color:#4C7F9A; text-align: center; }
.head3 {font-size: 9px; font-weight: bold; color: #0358A0; }
.black {font-size: 16px; font-weight: bold; color:#000000; }
.important {font-size: 14px; font-weight: bold; color:#990000; }
.cool { color:#009900; }
.tiny { color: #0358A0;
	font-size:16px; }

.menu { width:100%;
		height:22px;
		border: 1px solid #000; 
		padding: 2px; 
		background-color: #ffe; 
		text-align:center; 
		}
		
.button { width: 15% ;
		height:20px;
		border: 1x solid #000; 
		padding: 1px 5px 1px 5px; 
		text-align:center; 
		background-color: #fff; 
		cursor:hand;
		}

.news {		width:25%;
		background-color:#efefef;
		font-size:10px;
		text-align:right;
		float:right;
		border-width:1px;
		padding:3px;
		}