html{
	min-height: 100%;
	margin-bottom: 0.5px;
	}
body{
	background-color: #BD1C39;
	width: 760px;  
	text-align: center;
	margin: 0 auto;
	color: white;
	 }
h2{
     color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     font-size: 14pt;
     font-weight: bold;
     }
h3{
     color: silver;
		 font-style: italic;
     font-family: arial, helvetica, sans-serif;
     font-size: 12pt;
		 text-align: left;
     }
h4{
     color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     font-size: 10pt;	
		}
.title{
     color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     font-size: 14pt;
     font-weight: bold;
     }
.normaltext{
     color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     font-size: 10pt;
     padding: 20px;
     text-align: left;
     margin: 1cm 1cm 1cm 1cm;
     }
.smalltext{
     color: white;
     font-family: arial, helvetica, sans-serif;
     font-size: 8pt;
     }
.smallredtext{
     color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     font-size: 8pt;
     }
		
/* TABLES */

.tableOuter{
	width: 760px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	}
.tableInner{
	background-color: white;
	}
.tableInner2{
	background-color: white;
	border-top: 3px solid #BD1C39;
	border-bottom: 3px solid #BD1C39;
	border-left: 3px solid #BD1C39;
	}
.tableLinks{
	background-color: #E4E0E4;
	border: 2px solid #BD1C39;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #BD1C39;
	}
	
/* LINKS */

a:link{
     font-family: arial,helvetica, sans-serif;
     font-size: 10pt;
     color: white;
     text-decoration: none;
     }
a:visited{
     font-family: arial,helvetica, sans-serif;
     font-size: 10pt;
     color: white;
     text-decoration: underline;
     }
.links{
		color: white;
		font-weight: bold;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		padding: 25px;
		margin: 1.5cm 1.5cm 1.5cm 1.5cm;
		}
.links2{
		color: white;
		font-family: arial, helvetica, sans-serif;
		font-size: 8pt;
		}
.links a:link { 
     color:white; 
     text-decoration:none 
     }
.links a:visited{
     color:white; 
     text-decoration:underline 
     }
.links2 a:visited{
     font-family: arial, helvetica, sans-serif;
     font-size: 8pt;
     color:white; 
     text-decoration:underline 
     }
.links a:hover { 
     color:silver; 
     text-decoration:none 
     }
.links3 a:link{
		color: #BD1C39;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: underline;
		}
.links3 a:visited{
		color: #7A0884;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: none;
		}
.links3 a:hover{
		color: #7A0884;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: underline;
		}

/* GRAPHICS */
img{
     margin-left: 15px;
     margin-right: 15px;
     }
.img2{
     margin-left: 0px;
     margin-right: 0px;
     }
hr{
	width: 760;
	size: 2;
	color: #94285A;
	background-color: #94285A;
	height: 2px;
	border: none;
	}
.backbutton{	
     text-align: center;		
     width: 60px;
     height: 15px;
     padding: 2px;
     border: 2px outset;
     border-color: #FFB2B5 #8C0000 #8C0000 #FFB2B5;	
     background-color: #BD1C39;
     font-family: arial, helvetica, sans-serif;
     color: white;
     margin-left: 2px;
     margin-right: 2px;
     }
