/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
/*	font-size: 76%;*/
	font-size:13px;
	color:#7f7f7f;
	line-height:20px;
	width:100%;
	behavior:url("csshover.htc");
}

img {border:none}

p {
	text-transform:none;/*IE*/
	font-weight:normal;
	color:#7f7f7f;
	
}

h1 {
	font-size:20px;
	color:#353664;
	margin:0px 0px 10px 0px;
	padding:0px;
 	font-weight:normal;
	text-transform:none;
}


h2 {
	font-size: 14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-transform:none;
	color:#7f7f7f;
}	

h3 {
	font-size: 11px;
	text-transform:uppercase;
	color:#353664;
	margin:0px 0px 0px 0px;
	padding:0px;
}	

h1 a:link,
h1 a:active,
h1 a:visited,
h3 a:link,
h3 a:active,
h3 a:visited {
	color:#353664;
}
h2 a:link,
h2 a:active,
h2 a:visited {
	text-decoration:underline;
	color:#353664;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color:#68caef;
	text-decoration:none;
}

h1.news_frontpage a {
	margin:0px;
}

/*h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#3E3E3E;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}*/

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration:underline;
	color:#353664;
} 

a:hover{
	text-decoration:none;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}

/* TABLES 
------------------------------------------*/

table {
	
}

td {
	padding: 1px 5px;
	margin: 2px 0px;
}

.top-row{
	background:#9a9a9a;
	color:#FFFFFF;
	font-weight:bold;
}

.calendar {
	margin-left: -2px;
}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }
