/* __________________________________________________________________________DEFAULTS */
body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a:link{
	color:#0066CC;
	text-decoration:none;
}
a:visited{
	color:#0066CC;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}
a:active{
	color:#0066CC;
	text-decoration:none;
}
/* __________________________________________________________________________TEXT STYLES */
.txt_title{
	font-size:250%;
	letter-spacing:-2px;
}
.txt_title2{
	font-size:180%;
	letter-spacing:-2px;
}
.txt_homepage{
	font-size:95%;
	letter-spacing:-1px;
	line-height:18px;
}
.txt_subtitle{
	font-size:120%;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FF0000;
}
a.txt_subtitle:link{
	color:#FF0000;
	text-decoration:none;
}
a.txt_subtitle:visited{
	color:#FF0000;
	text-decoration:none;
}
a.txt_subtitle:hover{
	color:#FF0000;
	text-decoration:underline;
}
a.txt_subtitle:active{
	color:#FF0000;
	text-decoration:none;
}
.txt_footnotes {
	font-size:10px;
	color:#000000;
	line-height:12px;
	letter-spacing:-1px;
}
.txt_footnotes_title {
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
.txt_hplink{
	font-size:11px;
	letter-spacing:-1px;
	line-height:12px;
}
a.txt_hplink:link{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.txt_hplink:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.txt_hplink:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
a.txt_hplink:active{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	
}

.txt_hplink2{
	font-size:11px;
	letter-spacing:-1px;
	line-height:18px;
}
a.txt_hplink2:link{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.txt_hplink2:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.txt_hplin2k:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
a.txt_hplink2:active{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	
}	
.address2{
	font-size:11px;
}
/* __________________________________________________________________________TEXT DECORATIONS */
.doublespace {
	line-height:25px;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
/* __________________________________________________________________________IMAGES */
.bgd_logo {
	background-image:url(/images/bgd_logo.gif);
	background-repeat:no-repeat;	
}
.bgd_arrow {
	background-image:url(/images/arrow_bgd.gif);
	background-repeat:no-repeat;	
}
/* __________________________________________________________________________FORMS */
/* Use this for Input boxes */
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	border-width:1px; 
	border-color:#CCCCCC; 
	background-color:#FFFFFF;
}
/* Use this for Input buttons */
.inputbutton {
	font-size:11px;
	color: #666666;
	border-width:1px; 
	border-color:#CCCCCC; 
	background-color:#EFEFEF;
}
form{
	margin:0;
} 
