/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */




SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
	color: #000000;
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
	color: #000000;
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
	color: #000000;
}

H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

LI{
                list-style-type: disc;
}
.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}
.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}
.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}



P, UL, OL, DIV, TD{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

.bulletlist {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #000000;
}

.menulevel1spacer{
   margin-top:10px;
   margin-left:10px;
}

.menulevel2spacer{
  margin-top:1px;
  margin-left:15px;
}

.menulevel3spacer {
   margin-top:1px;
   margin-left:25px;
}

.menulevel1link  A:link, 
.menulevel1link  A:visited, 
.menulevel1link  A:hover, 
.menulevel1link  A:active{
  font-family: Verdana, Arial, Helvetica;
  background-color : transparent;
  color : white;
  font-weight : bold;
  font-size: 12px;
  text-decoration: none;
  margin-left:10px;
}


.menulevel2link  A:link, 
.menulevel2link  A:visited, 
.menulevel2link  A:hover, 
.menulevel2link  A:active{
  font-family: Verdana, Arial, Helvetica;
  background-color : transparent;
  color : white;
  font-weight : bold;
  font-size: 12px;
 text-decoration: none;
  margin-left:5px;

}

.menulevel3link  A:link, .menulevel3link A:visited, .menulevel3link A:hover, .menulevel3link A:active{
  font-family: Verdana, Arial, Helvetica;
  background-color : transparent;
  color : white;
  font-weight : bold;
  font-size: 12px;
text-decoration: none;
  margin-left:5px;

}



.contentber{
   margin-top:15px;
   margin-left:15px;
   margin-right:15px;
   width=540px;

}


img{
  border: 0px;
}

