/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #fff;
}

body {background-color: #000;}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr {
	clear: both;
	color:#fff;
	border-bottom: 1px dashed #fff;
	border-right: none;
	border-top: none;
	border-left: none;
	height: 1px;
}

/* Headings */
h1 {
	font-size: 28px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}

h2 {
	font-size: 20px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}

h3 {
	font-size: 18px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}

h4 {
	font-size: 14px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}
	
h5 {
	font-size: 12px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}

h6 {
	font-size: 10px;
	color: #fff;
	font-family: Times New Roman, Serif; 
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #4CB748;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4CB748;
}	

a:hover {
	text-decoration: none;
	color: #fff;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #4CB748;
}

.bookmark {color:#fff;} 

a.bookmark:link {color:#fff;}
a.bookmark:active {color:#fff;}
a.bookmark:hover{color:#fff;}
a.bookmark:visited{color:#fff;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */