@charset "UTF-8";
/* CSS Document */

BODY {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	}
	

a {color: #bb0016; text-decoration: none; font-weight: bold;}

a:hover {color: #bb0016; text-decoration: underline; font-weight: bold;} 

a:visited {color: #7b8083; font-weight: bold; }

TD {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;}


.smtext {font-size: 11px;}

.outline {border: 2px solid #000000; width:784px;}

.imgborder {border: 1px solid #000000;}


.mainbkgrd {
	background-color: #bdbfbf; 
	padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 10px;
}

.sidebkgrd { background-image: url(images/sidebar.png);
background-repeat: repeat-y;}

.padding {padding-left: 4px; padding-right: 4px;}

.floatbox {float: right; border: thin solid #bb0016; width: 150px;}
.floatbox-sched {float: right; border: none; width: 250px; }

.style1 {
	color: #ebeeff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;}
.style1 a {color: #ebeeff; text-decoration: none;}
.style1 a:hover {color: #bb0016; text-decoration: underline;} 
.style1 a:visited {color: #7b8083;}

	 
			 
h1{
        font-weight: bold;
        font-size: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
		text-shadow: #ebeeff 2px; 
		padding: 0px;
        color : #090d16;
        margin: 0px;
}

h2{
        font-weight: bold;
        font-size: 18px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 120%;
        color : #090d16;
        margin: 0px;
}

h3{
        font-weight: bold;
        font-size: 16px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 120%;
		  color : #090d16;
        margin: 0px;	
		border-bottom: thin solid #bb0016;	
		}

h4{
        font-weight: bold;
        font-size: 18px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 120%;
		  color: #b8bbc2;
        margin: 2px;
		  background-color: #090d16;
		  border-bottom: thin solid #bb0016;
			}
		
h5{
        font-weight: bold;
        font-size: 16px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 120%;
		  color : #090d16;
        margin: 2px;
		  border-bottom: thin solid #ebeeff;
		}		
		
h6 { 
	     font-weight: 900;
        font-size: 19px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 95%;
        color : #000000;
        margin: 0px;
		padding: 0px;
		  letter-spacing: 0px;
		  font-variant: small-caps;
		  text-align: left;
			}
			
