/* Basic Elements */

a:link{
	color : #711;
	text-decoration : none;
	font-weight: normal;
}

a:visited{
	color : #711;
	text-decoration : none;
	font-weight: normal;
}

a:hover{
	color : #689;
	text-decoration : underline;
	font-weight: normal;
}

a:active{
	color : #711;
	text-decoration : none;
	font-weight: normal;
}

body{
	font: 12px "Times New Roman", Georgia, Times, serif;
	line-height: 16px;
	color: #333;
	background: #222;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;	
}

h1{
	font: 24px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #843;
	padding: 10px 0 0 0;
	margin: 0 0 -6px 0;
}

h2{
	font: 14px "Times New Roman", Georgia, Times, serif;
	text-align: left;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

h3{
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #843;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

h4{
	font: 12px "Times New Roman", Georgia, Times, serif;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 10px 0 0 0;
	margin: 0 0 -12px 0;
}

input, textarea{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}