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

body {
	background: url(images/background.gif) repeat-x top #000;
	margin: 10px 0px 0px 0px;
	font-family: Arial Rounded MT Bold, Arial Bold; !important
	font-size: 15px;
	color:#FFF;
}

/****HEADERS****/

.heading1 {
	font-family: "Arial Rounded MT Bold","Arial Bold";
	font-size: 37px;
	color: blue;
	text-align: center;
	margin-top: 15px;
}
.heading2 {
	font-family: "Arial Rounded MT Bold","Arial Bold";
	font-size: 25px;
	color: red;
	text-align: center;
	margin-top: 10px;
}

/****CONTENT****/

.text_red { color: red;}
.text_red a { text-decoration: none; color: red;}
.text_red a:hover { text-decoration: underline; color: red;}

.text_blue { color: blue;}
.text_blue a { text-decoration: none; color: blue;}
.text_blue a:hover { text-decoration: underline; color: blue;}

.text_green { color: #0F0;}
.text_green a { text-decoration: none; color: #0F0;}
.text_green a:hover { text-decoration: underline; color: #0F0;}

.text_yellow { color: yellow;}
.text_yellow a { text-decoration: none; color: yellow;}
.text_yellow a:hover { text-decoration: underline; color: yellow;}

.text_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/****FOOTER****/

.copyright {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.menus { color: #111;}
.menus a { color: #111; text-decoration: none}
.menus a:hove { color:#111; text-decoration: none}