body {
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	background-repeat: repeat-y;
	}

.pad {
	padding: 5px;
	}

.body {	font-family: geneva, tahoma, sans-serif;
	font-size: 0.9em;
	color: #000000;
	}

.caption {	font-family: geneva, tahoma, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	color: #000000;
	}

.head1 {font-family: geneva, tahoma, sans-serif;
	font-size: 1.2em;
	color: #c4332e;
	font-weight: bold;
	}

.head2 {font-family: geneva, tahoma, sans-serif;
	font-size: 1em;
	color: #c4332e;
	}


.no_repeat
	{
	background-repeat: no-repeat;
	background-position: bottom left;	
	}

a	{text-decoration: none;
	 color: #c4332e;
	 font-weight: bold;
	 border-bottom: dashed;
	 border-width: 1px;}
	 
a:hover {text-decoration: none;
         font-weight: bold;
		 border-bottom: dashed;
		 border-width: 2px;}

a.menu {text-decoration: none;
        width: 100%;
		padding: 2px;
		color: #c4332e;
		font-weight: bold;
		display: block;
		border-width: 0px;
		}

a.menu:hover {text-decoration: none;
     width: 100%;
	 background: #c4332e;
	 color: #fdefcc;
	 font-weight: bold;
	 border-width: 0px;
	 display: block;
	 }

a.sponsor {border:none;}

a.sponsor:hover {border:none;}

.white {color: #ffffff;}



