/* CSS Document */

body
{
	background-color: #9fa9b3;
}

h1 { font-size: 32px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

h2 { font-size: 22px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

h3 { font-size: 18px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

h4 { font-size: 14px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

h5 { font-size: 12px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

h6 { font-size: 30px; 
	 margin-bottom: 5px;
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
}

.maintext {
	 font-size: 12px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #000000;
}
.navigation {
	 font-size: 12px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
}
.toptext { 
	 font-size: 14px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
	 font-weight: bold; 
}
.bottext { font-size: 16px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
	 font-weight: bold; 
}
a:link { color: #335577; text-decoration: none; }

a:visited { color: #335577; text-decoration: none; }

a:hover { color: #FFFFFF; }

a:active { color: #335577; }

.images {
	border-color: #000000; 
	border-style: solid; 
	border-width: 4px; 
}
.images2 {
	border-color: #000000; 
	border-style: solid; 
	border-width: 0px; 
}

.toptext:link, .toptext:active, .toptext:visited {
	 text-decoration:none;
	 font-size: 14px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
 	 font-weight: bold; 
}
a.toptext:hover{
	 text-decoration:underline;
	 font-size: 14px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
 	 font-weight: bold; 
}
.bottext:link, .bottext:active, .bottext:visited {
	 text-decoration:none;
	 font-size: 16px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
 	 font-weight: bold; 
}
a.bottext:hover{
	 text-decoration:underline;
	 font-size: 16px; 
	 font-family: 'Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif';
	 color: #FFFFFF;
 	 font-weight: bold; 
}
