

/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body {
	font: 12px arial, sans-serif;
	color: #2D1E01;
	background-color: #E7DAB8;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
}

p, li {
	font: 12px/18px arial, sans-serif;
	color: #2D1E01;
}

td {
	font: 11px arial, sans-serif;
	color: #2D1E01;
}

li {
	list-style-type: disc;
}

h1 {	
	font: 600 26px arial, san-serif;
	color: #603B95;
	border-bottom: solid 1px #603B95;
}
	
h2 {	
	font: 600 22px arial, san-serif;
	color: #603B95;
	}
	
h3 {	
	font: 600 16px arial, san-serif;
	color: #603B95;
}

h4 {	
	font: 600 26px arial, san-serif;
}

h5 {	
	font: 600 22px arial, san-serif;
	border-bottom: solid 1px #2D1E01;
}

h6 {	
	font: 600 16px arial, san-serif;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7251A1;
}	

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #603B95;
}

a:hover {
	text-decoration: underline;
	color: #8467AD;
}
