/* Global Declarations */

body, td, p {
	font: normal 12px Tahoma, Arial, Sans-Serif;
	color: #333;
}

h1 {
	font: normal 24px Tahoma, Arial, Sans-Serif;
	color: #f33;
}

h2 {
	font: bold 18px Tahoma, Arial, Sans-Serif;
	color: #9A9A63;
}

h3 {
	font: normal 18px Tahoma, Arial, Sans-Serif;
	color: #f33;
	border-bottom: solid 1px #9A9A63;
}

h4 {
	font: bold 16px Tahoma, Arial, Sans-Serif;
	color: #9A9A63;
}
	
h5 {
	font: normal 16px Tahoma, Arial, Sans-Serif;
	color: #f33;
	text-decoration: underline;
}
	
h6 {
	font: bold 14px Tahoma, Arial, Sans-Serif;
	color: #f33;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f33;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

.border {border: solid 1px #333;}

.home img {
	border: solid 2px #9A9A63;
}