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

body {      	font-family: Arial, Helvetica, sans-serif;
	 	font-size: 16px;
		background-color: #FFFFFF;
		color: #000000;
		font-weight: normal
}

p {		font-family: Arial, Helvetica, sans-serif;
  		font-size: 16px;
		color: #000000;
		font-weight: normal
}

h1 {		font-family: Arial, Helvetica, sans-serif;
   		font-size: 18px;
		color: #000000;	
		font-style: normal;
		font-weight: bold;
		text-align: center;
		line-height: normal
}

h2 {		font-family: Arial, Helvetica, sans-serif;
   		font-size: 16px;
		color: #DD0000;
		font-weight: bold;
		text-align: center;
		line-height: normal
}

h3 {		font-family: Arial, Helvetica, sans-serif;
   		font-size: 16px;
		color: #DD0000;
		font-weight: bold;
		text-align: left;
		line-height: normal
}

a:link {	color: #DD0000; text-decoration:none
}

a:active {	color: #FF9900; text-decoration:none
}

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

a:hover { 	color: #FF9900; text-decoration:none
}

th {		font-family: Verdana, Arial, Helvetica, sans-serif;	
   		font-size: 13px;
		font-weight: bolder
}

li {  		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px; 
		font-weight: normal;
		list-style-image: url('../images/blackdot.gif')
}

em {		color: #DD0000;
		font-weight: bolder;
		font-style: italic
}

.bigtext {	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
}

.smalltext {	font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
}

.email {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-align: center
}
			
.copyright {	font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		text-align: center;
		/*margin-bottom: 20px;*/
}

.centered {	text-align: center
}

.rightalign {	text-align: right
}

.h2black {		font-family: Arial, Helvetica, sans-serif;
   		font-size: 16px;
		color: #000000;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		line-height: normal
}

.vidtitle {		font-family: Arial, Helvetica, sans-serif;
   		font-size: 15px;
		color: #DD0000;
		font-weight: bold;
		text-align: center;
		line-height: normal
}

.imageborder {	border:1px solid #000000; padding:0;
		
}
