@charset "utf-8";
/* CSS Document */
/* styling of the container. */ 
body {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #999999;
	text-align: justify;
}

a.myPlayer {     display:block;
			     width: 240px;     
				 height:180px;      
				 text-align:center;     
				 margin:5px 5px 5px 5px;
				 float:left;     
				 border:1px solid #999; 
				 }  
/* play button */ 
a.myPlayer img { margin-top:50px;     
				 border:0px; }  
				 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {     border:1px solid #000; }

a.noPlayer {     display:block;
			     width: 240px;     
				 height:180px;      
				 text-align:center;     
				 margin:5px 5px 5px 5px;
				 float:left;     
				 border:1px solid #999; 
				 }  
a.noPlayer img { margin-top:0px;     
				 border:0px; }  
				 
/* when container is hovered we alter the border color */ 
a.noPlayer:hover {     border:1px solid #000; }

a.bigPlayer {     display:block;
			     width: 480px;     
				 height:360px;      
				 text-align:center;     
				 margin:5px 5px 5px 5px;
				 float:left;     
				 border:1px solid #999; 
				 }  
/* play button */ 
a.bigPlayer img { margin-top:150px;     
				 border:0px; }  
				 
/* when container is hovered we alter the border color */ 
a.bigPlayer:hover {     border:1px solid #000; }

.Headings {
	font-family: Verdana, Helvetica;
	color: #000099;
	font-weight:200;
}
p, ul {
	font-family: Verdana, Helvetica;
	color: #666666;
	font-size:80%;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
li {
	margin-bottom:0.3em;
	margin-top:0.3em;
}
.bodytext2 {
	font-family: Verdana, Helvetica;
	color: #000000;
	font-size:90%;
}
.slshighlight {
	color: #660000
}
.titletext {
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-size:90%;
}
a.LinkTitle {
	font-family: Verdana, Helvetica;
	font-weight:200;
	font-size:100%;
	color: #0066cc;
}
a.LinkTitle:hover {
	font-family: Verdana, Helvetica;
	font-weight: 200;
	font-size:100%;
	color: #0033CC;
}
a{ 	font-family: Verdana, Helvetica;
	font-size:80%;
	text-decoration:none;
	color: #0066cc;
}
a:hover{ color: #000066; text-decoration:none;}

.formdropdown {
	font-family: Verdana, Helvetica;
	color:#0066cc;
	font-size:80%;
}

.littlefont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #0066cc;
}
.formtext {
	font-family: Verdana, Helvetica;
	color: #666666;
	font-size:60%;
}

h2, h3 {
	color: #0166CB;
	margin-bottom:0.5em;
}
