/* CSS Document */

body{ 
font-family: "Trebuchet MS", Arial, Helvetica;
font-size: 12px;
font-weight: normal;	
background-color:#4682B4;
color: #000000;
}

p, li{
font-family: "Trebuchet MS", Arial, Helvetica;
font-size: 12px;
font-weight: normal;	
line-height: 1.2em;
color: #000000;
}

li {
line-height: 1.5em;
}

.heading1{font-weight:bold;}

h1{
font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;	
	color: #333333;
	line-height:normal;
}

h2{
	font-size: 12px;
	font-weight: bold;
}

.submitButton {background:#ffcc00;font-size:13px;color:#000066;}

