@charset "UTF-8";
/* CSS Document */

html, body, #flashcontent, { 
height:100%;
}

body {
margin:0;
padding:0;
overflow:hidden;
background-color: #000000;
background-image:url(/images/black.gif);
background-repeat:repeat;
}


a:link, a:visited, a:hover, a:active {
	color: #000000;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.italic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #752d2d;
}
