/* Global Declarations */

body, td, p {
	font: normal 12px Arial, Tahoma, Sans-Serif;
	color: #333333;
}

h1 {
	font: normal 24px Arial, Tahoma, Sans-Serif;
	color: #e00;
}

h2 {
	font: bold 18px Arial, Tahoma, Sans-Serif;
	color: #000;
}

h3 {
	font: normal 18px Arial, Tahoma, Sans-Serif;
	color: #e00;
}

h4 {
	font: bold 16px Arial, Tahoma, Sans-Serif;
	color: #000;
}
	
h5 {
	font: normal 16px Arial, Tahoma, Sans-Serif;
	color: #000;
	text-decoration: underline;
}
	
h6 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	color: #e00;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e00;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

.ui_main_content img.no_border{border: 0;}
