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

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background: #ccc;
	color: #333;
}

h1 			{ font-size: 1.6em; line-height: 1.6em; margin: 0; padding: 0px 0px; text-indent: 0px; }
h2 			{ font-size: 1.4em; line-height: 1.4em; margin: 0; padding: 0px 0px; text-indent: 0px; }
h4 			{ font-size: 1.0em; line-height: 1.0em; margin: 0; padding: 0px 0px; text-indent: 0px; }
h5 			{ font-size: 1em;   line-height: 1.0em; margin: 0; padding: 0px 0px; text-indent: 5px; }
h6 			{ font-size: 1em;   line-height: 1.0em; margin: 0; padding: 4px 0px; text-indent: 0px; }

#content a {font-weight: bold; color: #333;}

ul li { text-indent: 5px; line-height: 1.6em;}

/* COLORS */
.main_color_1 { color: #a80027;} /* red */
.main_color_2 { color: #FFF;} /* white */
.main_color_3 { color: #3383bb;} /* dark violet */
.main_color_4 { color: #000;} /* black */

.main_bgcolor_1 {background: #FFF;} /* white */
.main_bgcolor_2 {background: #a3b261;} /* green */
.main_bgcolor_3 {background: #3383bb;} /* light blue */
.main_bgcolor_4 {background: #dcdddd url(../images/stripes.png);} /* grey */
.main_bgcolor_5 {background: #e7b7d9} /* bright purple */
