@charset "ISO-8859-1";

/* TAGS -------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #F2f2f2;
	}
	
p {
	font-size: 95%;
	font-weight: normal;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	color: #FFFF00;
	}
	
ul {
	font-size: 95%;
	font-weight: normal;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	color: #FFFF00;
	}
	
h1 {
	font-size: 130%;
	font-weight: normal;
	line-height: 120%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	color: #f2f2f2;
	line-height: 120%;
	}
	
h2 {
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: o;
	margin: 0;
	color: #f2f2f2;
	line-height: 120%;
	}


/* DIVs -------------------------------------------------------------------- */

#header {
	width: 760px;
	height: 27px;
	padding: 0;
	margin: 0;
	}
#logo {
	width: 760px;
	height: 97px;
	bckground-color: #fff;
	}
#nav {
	width: 760px;
	height: 29px;
	background-image: url(../images/template/nav_f01.png);
	background-repeat:repeat-x; 
	
	}
#intro {
	width: 760px;
	height: 247px; 
	}
#content {
	width: 760px;
	background-color: #000;
	margin: 0;
	padding: 0;
	}
#contentTable th {
	background-color:#000;
	width: 20%;
	}
	
#contentTable td {
	background-color:#000;
	}


#contentTable th a:link {
	color: #ffff00;
	}
	
#contentTable td a:link {
	color: #ffff00;
	}
	
#contentTable th a:visited,  a:visited:hover{
	color: #999;
	}
	
#contentTable td a:visited,  a:visited:hover{
	color: #999;
	}  
#footerlinks {
	width: 760px;
	font-size: 80%;
	padding-top:10px;
	border-top: 1px solid #999;
	}

#contentTable #tablePlain td a:link {
	background-image: none;
	}


/* LINKS -------------------------------------------------------------------- */

a:link {
	color: #06c;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a:visited {
	color: #006;
	text-decoration: underline;
	}
a:visited:hover {
	color: #006;
	text-decoration: none;
	}


/* CLASSES -------------------------------------------------------------------- */

.bold {
	font-weight: bold;
	}
.redHeading {
	color: #f2f2f2;
	font-weight: bold;
	}
.blueHeading {
	color: #f2f2f2;
	font-weight: bold;
	}
.greenHeading {
	color: #f2f2f2;
	font-weight: bold;
	}

.separatorTop {
	padding-top: 6px;
	}
.separatorBottom {
	padding-bottom: 6px;
	}


