BODY {
font-size : normal; 
font-family : verdana,arial; 
color : black; 
margin : 0px; 
padding : 0px; 
} 

h1 {
font-family : verdana,arial; 
font-weight : bold; 
font-style : normal; 
color : black; 
text-decoration : none; 
font-size : large; 
}

h2 {
font-family : verdana,arial; 
font-weight : bold; 
font-style : normal; 
color : black; 
text-decoration : none; 
font-size : medium; 
} 

.bg {
background-image : url(../images/bg.gif); 
background-repeat : no-repeat;
background-position : top; 
}

.box {
border : 1pt solid black; 
} 

.boxnav {
margin-top:0px;
margin-bottom:5px;
width:150px;
border : 1pt solid black; 
padding:6px;
} 


A  {
	font-size : small;
	color : black;
	text-decoration : underline;
}


A:Visited  {
	font-size : small;
	color : black;
	text-decoration : underline;

	}

A:Active  {
	font-size : small;
	color : black;
	text-decoration : underline;

}

A:Hover  {
	font-size : small;
	color : red;
	text-decoration : underline;
}

.errortext {
font-weight : bold; 
color : red; 
font-size : small; 
font-family : sans-serif; 
} 

.input {
border : 1pt solid black; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-size : small; 
color : #000000;
background-color : white;
} 

.cbtn {
border: #dddddd 1px solid;
}