img, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, a {
	margin:0px;
	padding:0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.5px;
	text-decoration: none;
}

body{
	background-color:#FFF;
	background: #00FF00 url(images/background.png) repeat fixed top;
	color:#303030;
}

a{
	 color: #EF2EAE;
}

a:hover{
	color: #303030;
	border-color: #217392;
	border-bottom-width: 1px;
	border-style: dotted;
}

.main{
	background-color:#FFF;
	text-align:center;
	width:500px;
	padding:0px 100px;
	margin:auto;
}

.logo{	
}

.nav{
	padding:5px;
}

.caption{
	padding-top:0px;
}

.captionintro{
	padding-top:70px;
}

.text{
	text-align:left;
	padding-top:15px;
}

.textcenter{
	text-align:center;
	padding-top:15px;
}

.line{
	background-image: url(images/streep.gif);
	background-repeat: no-repeat;
	width:500px;
	height:100px;
	clear:both;
}


h1 {
	text-align:left;
	font-size: 11.5px;
	text-decoration: bold;
	text-align:center;
}
	

h2 {
	font-size: 16px;
	text-decoration: bold;
}

h3 {
	font-size: 16px;
	text-decoration: bold;
	text-align:center;
}

h4 {
	font-size: 11.5px;
	text-decoration: bold;
	text-align:center;
}

.imgleft {
	float:left
}

.imgright {
	float:right
}

hr {
	width:40%;
	color:#EF2EAE; 
}

.imgcenter {
	align:center;
}

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

a.noborder:hover {
	border:none
}

a.externallink:link { 
  target-name: new;
  target-new: window;
}

.list { 
	text-indent: 1em 
}

.indent2 { 
	text-indent: 3em 
}

.indent3 { 
	text-indent: 4em 
}

.indent4 { 
	text-indent: 6em 
}

p.center { 
	text-align: center; 
}

