﻿/* CSS layout */

* {
  margin:0; 
  padding:0;
}

a:link {
 COLOR: #0000FF;
 text-decoration : none;
}
a:visited {
 COLOR: #0000FF;
 text-decoration : none;
}
a:hover {
 COLOR: #0000FF; 
 text-decoration: underline;
}


body {
  width: 940px;
  margin: 0 auto;
  margin-top: 15px; 
  font-family: 'Arial', 'Tahoma', 'Verdana', 'Sans-Serif';
  font-size: 110%;
  color: black;	  
}

h1 {
	font-weight : bold;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size:140%;
}
h2 {
	font-weight : bold;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size:110%;
}

.noborder {
	border-width: 0px;
	margin-bottom: 10px; 
}
.smalltext {
	font-size:85%
}
.tabletext {
	font-size:95%
}

.date{
  font-size:85%;		
}

/* Form */

form {

}

input[type=text] {
	margin-top: 4px;
	margin-bottom: 10px;
	height: 24px;
	font-family: inherit;	
}

input[type=submit] {
	width: 300px;
	height: 30px;
	font-weight: bold;
	font-size: 110%;
}

input[type=radio]{   
    vertical-align: baseline;
    padding: 2px;
    margin: 2px;
 }