
/* GLOBAL FONT */
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font:15px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

table td{
	padding:5px;
}

body {
	margin: 0px;
	padding: 3px;
    color: #000000;
	background-image:url("images/water.jpg");
}


#CONTENT {
	background-color:#ffffff;
	border-color: #000;
    border-style: solid;
	border-width:1px;
	padding: 5px;
}


h1{
	font-size: 130%;
	font-weight: bold;
}

h2{
	font-size: 100%;
	font-weight: bold;
}

h3{
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 80%;
	font-weight: normal;
	color: #000055;		
}

h5 {
	font-size: 70%;
	font-weight: normal;
	color: #000055;		
}




a {
	text-decoration: none;
	border: 0px;
}
a:link{
	text-decoration: none;
	color : #0000aa;
}
a:visited{
	color : #0000aa;
}
a:hover{
	text-decoration: underline
}
a:active{
	color : #006600;
}

img{
	border: 0px;
}


.left{
	margin-right:5px;
	padding: 0px;
	float: left;
	clear: none;
}

.right{
	margin-right:5px;
	padding: 3px;
	float: right;
	clear: none;
}

.tab{
	margin-left: 20px;
	margin-bottom: 10px;
}

.center{
	text-align: center;
}

.indent{
	margin: 0px 0px 0px 50px ;
}


.box{
	border-color: #000000;
    border-style: solid;
	border-width:1px;
	margin:0px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #eeeeff ;
}

.news{
	background-image: url(images/news.png);
	background-repeat: no-repeat;	
	margin:0px;
	margin-bottom: 5px ;
	padding: 5px;
}

.news a{
	color: #000000;	
}

.news h1{
	font-family: times;
	font-weight: bold;
	font-size: 110%;
	text-align:center;
	margin-left :35px;
	margin-top :5px;
	color: #000000;	
}

.news ul{
	padding:5px;
	list-style:none;
	border-color: #000;
    border-style: solid;
	border-width:1px;
	background-color: #ffffff ;
	margin-left:0px;
	margin-top:0px;
	-moz-border-radius:5px;
}

.news li{
	font-size: 90%;
	padding-bottom:10px;
}


#footer{
	text-align:center;
	font-size:70%;
	background-color: #ddddff ;
	
}


.icons td{
	font-family: monospace;
	font-size: 90%;
	font-weight:bold;
    height:80px;
}

.icons a{
	color: #000000;
	text-decoration: none;
	border: 0px;	
}

pre{
	word-wrap: break-word;       /* Internet Explorer 5.5+ */	
	_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	font-family: monospace;
	font-size: 90%;
}