/* CSS Document */

body {
	background-color: #7cbee1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top:0px;
}

.hori {
	background-image:url(images/hori1.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:11px;
}

.content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
	
.content a:link {
    color:#00a8e7;
	font-size:14px;
	text-decoration:none;
}	
.content a:visited {
    color:#00a8e7;
	font-size:14px;
	text-decoration:none;
}	
.content a:hover {
    color:#20c000;
	font-size:14px;
	text-decoration:none;
}	
.content a:active {
    color:#ffb81e;
	font-size:14px;
	text-decoration:none;
}
	
a.home{
	display:block;
	background-image:url(images/home.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.home:hover{
	background-position:top;
	}
	
a.home-b{
	display:block;
	background-image:url(images/home.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.about{
	display:block;
	background-image:url(images/about.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.about:hover{
	background-position:top;
	}
	
a.about-b{
	display:block;
	background-image:url(images/about.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.forum{
	display:block;
	background-image:url(images/forum.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.forum:hover{
	background-position:top;
	}
	
a.forum-b{
	display:block;
	background-image:url(images/forum.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	}

a.contact{
	display:block;
	background-image:url(images/contact.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
	}
	
a.contact:hover{
	background-position:top;
	}
	
a.contact-b{
	display:block;
	background-image:url(images/contact.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	}

.fontentre { font-family:"Tahoma", Arial, Helvetica, sans-serif; font-size: 10px}

.style2 { color: #2EA4FE; }
.style1 { color: #66D5F3; }
.style3 { font-size: 16px; font-weight: bold; }
.style4 {color: #000000}
.style5 { font-size: 11px; }
.errMsg { color: #C33; font-size:xx-small; font-family: Arial;} 

.rss {
   border: 1px solid silver; 
   font-family:Arial; 
   font-weight : bold;
   line-height:12px;
   margin-top:0px;
   padding:0.5em; 0.5em;
   margin-left:0px;
   color:#000000;
   font-size: 0.75em;
}    
.rss a:link {
    font-family: Arial, verdana, sans-serif;
	color: #000000; 
    font-size: 10px;
    text-decoration : none;
}	
.rss a:visited {
    font-family: Arial, verdana, sans-serif;
	color: #000000; 
    font-size: 10px;
    text-decoration : none;
}	
.rss a:hover {
    text-decoration : none;
	color: #ee7713;
	border-bottom: 1px dotted #e0861e;
}	
.rss a:active {
    font-family: Arial, verdana, sans-serif;
	color: #000000; 
    font-size: 10px;
    text-decoration : none;
}	

.rss-title {
	font-size: 12pt;
	background-color: silver;
	color: Black;
	font-weight:bold;
	text-align: center;
} 

.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse; 
    border-spacing: 0;
    padding: 0;
 }

.prettytable th {
    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}

.prettytable td {
    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}
