﻿/* GNS Template CSS Document 
   July 7, 2003
   Ver 1.0

*/

/* ------ Common Style ----------------------- */
body,div,span,p,ul,li,td,th,input,select,textarea,button {
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6,form {
	margin: 0px; padding: 0px;
}
/* ------ Main Style ----------------------- */
body {
	margin  :  9px 0px 0px 0px;  
	padding :  0; 
	text-align : center; 
	color	: #d7dee3; 
	background : #014061; /* url(imagpath.gif) repeat fixed */
	scrollbar-face-color		: #DBD8D1;
	scrollbar-highlight-color	: #f1f1f7;
	scrollbar-shadow-color		: #F8F8F8;
	scrollbar-3dlight-color		: #D5D1CD;
	scrollbar-arrow-color		: #000000;
	scrollbar-track-color		: #DBD8D1;
	scrollbar-darkshadow-color	: #B3B3B3;
} 
a.menu {
	color : #d7dee3;
	text-decoration: underline;
} 

a.menu, a.menu:link,a.menu:visited {
	color : #d7dee3;
	font-weight:700;
	text-decoration: none;
} 

a.menu:hover,a.menu:active {
	color : #ffbb00; 
	font-weight:700;
	text-decoration : none; 
} 


a.nav, a.nav:link,a.nav:visited {
	color : #68acc8;
	font-size:16px;
	font-weight:700;
	text-decoration: none;
} 

a.nav:hover,a.nav:active {
	color : #ffbb00; 
	font-weight:700;
	text-decoration : none; 
} 

a.nav2, a.nav2:link,a.nav2:visited {
	color : #68acc8;
	font-size:12px;
	font-weight:700;
	text-decoration: none;
} 

a.nav2:hover,a.nav2:active {
	color : #ffbb00; 
	font-weight:700;
	text-decoration : none; 
} 

/* ------ Headers Style ----------------------- */
h1 {
	font : bold 25px ;
	color:#ffbb00;
	margin-bottom : 2px; 
} 
