/*************** General ***************/
body,table,td,p {
	font-family : Arial, Helvetica, sans-serif ; 
	font-size : 12px;
	/* enable scrollbar, otherwise webpage is 'jumping'*/
	
	overflow:-moz-scrollbars-vertical;
	overflow:show;	
	}

/*************** Headers ***************/
.hometxt1 {
	font-size:20px;
	font-family : Arial, Helvetica, sans-serif ; 
	font-weight:bold;
	color:#ffffff;
	letter-spacing: 0px;
	}
	
.hometxt2 {
	font-size:14px;
	font-family : Arial, Helvetica, sans-serif ; 
	font-weight:bold;	
	color:#ffffff;
	letter-spacing: 0px;
	}	

.hometxt3 {
	font-size:12px;
	font-family : Arial, Helvetica, sans-serif ; 
	font-weight:bold;	
	color:#000;
	letter-spacing: 0px;
}	

div.txtblock {
	background-image: url(images/backgrounds/transparent_64.png);
	border:solid 1px #fff;
	padding: 5px;
	width: 250px;
	height:50px; 
}	

.triggertxt {
	font-size:12px;
	font-family : Arial, Helvetica, sans-serif ; 
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	}	

A.trigger,Visited,Active {
	font-size:11px;
	font-weight : bold;
	color : #fff;
	text-decoration: none;
	}
A.trigger:Hover{
	font-size:11px;
	font-weight:bold;
	color : #fff;
	text-decoration: underline;
	}
	
h1.content {
	font-size:14px;
	font-weight : bold;	
	font-family : Arial, Helvetica, sans-serif ; 
	color:#000000;
	letter-spacing: 0px;
	margin-bottom: 5px;
	}		
/*************** Links ***************/
A,Visited,Active,Hover {
	font-family : Arial, Helvetica, sans-serif ; 
	font-size : 12px; 
	color : Blue;
	}

A.triggertxt2,Visited,Active {
	font-size:12px;
	font-weight : bold;
	color : #fff;
	text-decoration: none;
	}
A.triggertxt2:Hover{
	text-decoration: underline;
	}
	
A.navabove,Visited,Active {
	font-size:11px;
	font-weight : bold;
	color : #000000;
	text-decoration: none;
	}
A.navabove:Hover{
	font-size:11px;
	font-weight:bold;
	color : #94D022;
	text-decoration: underline;
	}
	
A.navleftgroup,Visited,Active {
	font-size:12px;
	font-weight : bold;
	color : #94D022;
	text-decoration: underline;
	}
A.navleftgroup:Hover{
	text-decoration: underline;
	color : #FFFFFF;	
	}
.navleftgroup {
	font-size:12px;
	font-weight:bold;
	color : #FFFFFF;
	}
A.navleft,Visited,Active {
	font-size:11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;
	}
A.navleft:Hover{
	font-size:11px;
	font-weight:bold;
	color : #94D022;
	text-decoration: underline;
	}
A.triggertxt,visited,active {
	font-size:12px;
	font-weight:bold;	
	color:#FFFFFF;
	text-decoration: underline;
	}
A.triggertxt:hover{
	font-size:12px;
	}	

/* Forms */
label
{
width: 80px;
float: left;
text-align: right;
margin-left: 2px;
margin-right: 5px;
display: block
}

.submit input
{
margin-left: 5px;
}
input
{
color: #000;
background: #fff;
border: 1px solid #000;
margin-bottom: 5px;
}

input.radio
{
background: ;
color: #000;
border: 0px;
margin: 0px;
margin-right: 5px;
}

.submit input
{
color: #000;
background: #ffffff;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #000;
width: 275px;;;
}

legend
{
color: #fff;
background: #5CA939;
border: 1px solid #000;
padding: 2px 6px
}

legend.sub
{
	background: #8BC318;
}
fieldset.sub
{
	width: 260px;;
	margin: 10px;
}

fieldset.sub label
{
	width: 70px;
}

/**************** footer *****************/
.footer {
	font-size:12px;
	color:gray;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
