@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
body {
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #99CC66;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #669900;
	font-size:12px;
}
a:active {
	text-decoration: none;
	font-size:12px;
}

/*Borders*/

img {
border:none;
}
/* Most important Class - this removes the gap in tables within firefox
img {
display:block;
}*/


/* Headers */

h1 {
	font-size: 18px;
	color: #003300;
}
.heading {
	font-size: 18px;
	color: #999999;
}
h2 {
	font-size: 16px;
	color: #CCCCCC;
}
h3 {
	font-size: 14px;
	color: #999999;
}
h4 {
	font-size: 36px;
	color: #99FF66;
}

/* Forms */

input {
	background-color: #999999;
}

.field_bg {	background-color: #edecec;
	background-position: left center;
	border: 1px solid #6dac40;
	width: 180px;
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.text-field {
	background-color: #edecec;
	border: 1px solid #6dac40;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text-field2 {
	background-color: #edecec;
	border: 1px solid #6dac40;
	padding: 3px;
	width:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text-field1 {
	background-color: #edecec;
	border: 1px solid #6dac40;
	padding: 3px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.font-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.gray_bg_brd {
	background-color: #f3f3f3;
	border:1px solid #e2e2e2;
}
.left-bg
{
background-image:url(images/left_menu_background.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}
.right-bg
{
	background-image:url(images/right_menu_background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
a.coc
					{ font-size:12px; }
					a.coc:hover
					{ font-size:12px; }
