/* CSS Document */

body {font-family: "Time Roman", "Times New Roman", Arial; font-size:18px; color: #663300; margin:0; background-image:url(images/bg.jpg);}

a{color:#FF0000;text-decoration:none;}
a:hover{text-decoration:underline;}

.content {margin: 15px  15px 15px 28px; text-align:justify; line-height: 20px;}

.content li { margin-top: 7px;}

.topcontent{size:15px; text-transform:uppercase; font-weight:bold;}

.headertext {font-size: 18px; font-weight: bold;}

.imagestyle-r {border:1px solid #663300; margin-left:15px; margin-bottom:15px;}

.imagestyle-l {border:1px solid #663300; margin-right:15px; margin-bottom:15px;}

.imagestyle-t {border:1px solid #663300; margin-left:15px;margin-bottom:15px; margin-top:15px;}

.imagestyle {border:1px solid #663300; }

.footer {font-size:11px; color:#000000; text-align:center; line-height: 17px; margin-bottom:15px; margin-top:50px;}

.red{ color:#FF0000; }

.input{
	width: 200px;
    height:17px; 
	font-family:Arial, sans-serif; 
	font-size:11px; 
	border:1px solid #2E2E2E;}
	
.shortinput{
	width: 50px;
    height:17px; 
	font-family:Arial, sans-serif; 
	font-size:11px; 
	border:1px solid #2E2E2E;}

.dropDown{
	width: 200px;
    height:17px; 
	font-family:Arial, sans-serif; 
	font-size:11px; 
	border:1px solid #2E2E2E;
	vertical-align:middle; }
	
.inputComment{
	width: 485px;
	height: 100px;
	font-family:Arial, sans-serif; 
	font-size:11px; 
	border:1px solid #2E2E2E; 
	overflow:auto;
	margin-top:2px;}
	
.inputComment2{
	width: 200px;
	height: 50px;
	font-family:Arial, sans-serif; 
	font-size:11px; 
	border:1px solid #2E2E2E; 
	overflow:auto;
	margin-top:2px;}
	
.submitButton{
	height:20px; 
	border: solid 1px #2E2E2E;
	color: #66CC33;
	background-color:#FFFFFF;
	margin-top:2px;}

