html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 10px Tahoma, verdana, sans-serif;
}
img {
	border: 0px;
}
a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}
H1 {
	color: #4D7427;
}

.mainimage {
	border: #D55500;
	border-style: groove;
	vertical-align: top;
}
.smallimage {
	border: #D55500; 
	border-width: thin;
	border-style: solid;
	vertical-align: top;
	
}
.slogen {
	font: sans-serif;
	color: #6C2C00;
	font-size: 12px;
	margin: 0%;
}
.compname {
	font: sans-serif;
	color: #A64300;
	font-size: 30px;
	margin: 0%;
	font-weight: bold;
}
.opentext {
	font: sans-serif;
	color: #6C2C00;
	font-size: 12px;
	vertical-align: top;
	line-height: 20px;

}
.opentext_small {
	font: sans-serif;
	color: #6C2C00;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	line-height: 15px;
}
.InputBox {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height:11px;
			border-width: 1px;
			border-color : #7685A3;
			border-left-color : #7685A3;
			border-top-color : #7685A3;
			text-align: right;
}
.Subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A52A2A;
	font-weight: bold;
	height: 18px;
	border: 1px solid #006;
}