a.two img { border: #000000 solid 1px; }

body {
	font-size: 11px;
	font-family: verdana;
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.background {
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.bodybackground {
	background-image: url(./images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #013E7F;
}

a:link { 
	color: #BE2714;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.two {
	font-family: verdana;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

a.two:hover {
	font-family: verdana;
	text-decoration: underline;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}

a.admin {
	font-family: verdana;
	text-decoration: none;
	color: #8B8B8B;
	font-size: 9px;
	font-weight: bold;
}

a.admin:hover {
	font-family: verdana;
	text-decoration: underline;
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}

input {
	margin-top:6px;
	color: #333;
	background: #efefef;
	padding:5px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	margin-top:6px;
	color: #333;
	background: #efefef;
	padding:5px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	margin-top:5px;
	color: #333;
	background: #efefef;
	padding:5px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
submit input {
	padding:0;
	border: none;
}

form input:focus,
form textarea:focus {
	border:1px solid #666;
	background:#D3E89F;
}

