/*page styles*/

html {
	min-height: 100%; /*forces the the vertical scrollbar to be always in view*/
	margin-bottom: 0.01em; /*in mozilla browsers, even when not needed*/
}

body {
	margin: 10px; /*removes the margin around the page*/
	background: #79786E;
	font: normal 9px "Verdana",sans-serif;
	color: #333333;
}

form {
	margin: 0px;
}

select, input, textarea {
	font: normal 9px "Verdana",sans-serif;
	border: 1px solid #383A36;
	background-color: #FFFFFF;
	color: #383A36;
}


/*table styles*/

table {
	font: normal 9px "Verdana",sans-serif;
	color: #888888;
}

tr {
	font: normal 9px "Verdana",sans-serif;
	color: #888888;
}


/*link styles*/

a:link {
/*	color: #B7B6A3;*/
	color: #79786E;
	text-decoration: none;
}

a:visited {
/*	color: #B7B6A3;*/
	color: #79786E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.title {
	font: bold 9px "Verdana",sans-serif;
	color: #8AABB4;
}


