@charset "UTF-8";
/* CSS Document */
.form_fields{
border: solid 1px #666666; background:#EEEEEE; font-size:11px;
 
}
.base{
background:url(images/kirbyBk.jpg) top center no-repeat ; 
}
.theBody{background:url(images/kirbyBase.jpg) repeat-y center top #000000; }
body {
background:url(images/kirbyBase.jpg) repeat-y center top #000000; 
	
	margin:0px;
	margin-top:0px;
}
body,td,th {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	
}
.headBack{
 background:url(images/headBack.jpg) center no-repeat; height:249px;
}
.head_nav{
position:relative; text-align:center; top:0px; 
}
.welcome{
width:370px;
position:relative;
top:30px;
margin-left:auto;
margin-right:auto;
}
.footer{
width:100%;
position:relative;
bottom:10px;
text-align:center;
}

<!--
a:link {
	color:red;
}
a:visited {
	color: red;
}
a:hover {
	color: black;
}
a:active {
	color: red;
}
.leftLinks:link{color:#ffffff; font-weight:bold;}
.leftLinks:hover{color:yellow; font-weight:bold;}
.leftLinks:active{color:#ffffff; font-weight:bold;}
.leftLinks:visited{color:#ffffff; font-weight:bold;}
-->

-->

