/* CSS Document */

td,th, .plain{font-family:arial;font-size:small}
.small_plain{font-family:arial;font-size:x-small}
.bluetbl {
	border: thin solid #ff0000; 
}
.bodytable {
	font-size: small;	
	color: #000000;
	background-color: #fafafa;
	background-position: center center;
	margin: auto;
	padding: 5px;
    border: thin solid #ee0000;
}

h3{
	text-align:center;
}
h4{ 
	text-align:center;
}

.tblHL {	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;

}
#MainMenu{
	background-color: #FEFEFE;
}
#MainMenu ul{
	margin: 0 0 0 -25px;
}

.Menu{
	text-decoration:none;
	color:#222;
}

.ActiveMenu{
	text-decoration:none;
	font-weight: bold;
	color:#ee0000;
}

.SubMenu {
	text-decoration:none;
	color:#222;
}
.ActiveSubMenu {
	
	text-decoration:none;
	color:#ee0000;
}

.SubDivHeader{
font-size:medium;
font-weight:bold;
color:#ee0000;
}

.tramplin{
color:#444;
}

.tramplin h3, h4{
	text-align: left;
}

.intro{
	padding: 10px;
	background:#EFEFEF;
/*	font-style: italic; */
	color: #000000;
}


.imgLeft{
float:left;
padding:2px;
margin: 2px;
border: 1px solid #CCCCCC
} 

