/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position:top left;
}



h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:20px;
	color:#ec008c;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
}

h2 { 
	font-size:14px;
	color:#f287b7;
	line-height:20px;
	margin-bottom:0.8em;
	font-weight: bold; 
}

h2 a{ 
	font-size:14px;
	color:#f287b7;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
	text-decoration:none; 
}

h2 a:hover{ 
	font-size:14px;
	color:#ec008c;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
	text-decoration:none; 
}

#left_col_2 h2 a{ 
	font-size:14px;
	color:#f287b7;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
	text-decoration:none; 
}

#left_col_2 h2 a:hover{ 
	font-size:14px;
	color:#ec008c;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
	text-decoration:none; 
}


h3 { 
	font-size:16px;
	line-height: 20px;
	color:#fff;
	margin-bottom: 0.8em; 
}

h3 a{ 
	font-size:16px;
	line-height: 20px;
	color:#fff;
	margin-bottom: 0.8em; 
	text-decoration:none;
}

h4 {
	font-size:16px;
	line-height: 20px;
	color:#fff;
	font-weight:bold;
	margin-bottom: 0.8em; 
}

h5, h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom: 1em; 
}
ul, li { list-style-type: disc; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table;
	clear:both;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 
