/********************************************************************************************/
/* 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 {
	background-color: #6B7B9F;
	font: normal normal 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #fff;
}

td, p, li, input, select, textarea {
	font: normal normal 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #fff;
	}

/* --EDITOR DROP DOWN COLOR FIX-- */
tbody tr td span p {
	color: #000;
}
tbody tr td span span {
	color: #000;
}
tbody tr td span font {
	color: #000;
}
tbody tr td span {
	color: #000;
}
.RadEToolOff td {
	color: #000;
}
.RadEToolText td {
	color: #000;
}
/* --EDITOR DROP DOWN COLOR FIX-- */

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */

h1 {
	font-size: 20px; 
	font-weight: normal;
	/*color: #8EB4F2;*/
	text-transform: uppercase;
}

h2 { 
font-size: 18px; 
	/*color: #8EB4F2;*/
text-transform: uppercase;
}

h3 { font-size: 16px;
	/*color: #8EB4F2;*/ }

h4 {
	font-size: 14px;
	/*color: #8EB4F2;*/
}	

h5 { font-size: 13px;
	font-weight: bold;
	/*color: #8EB4F2;*/ }
	
h6 {
	font-size: 13px;
	/*color: #8EB4F2;*/
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #C7CFF2;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #C7CFF2;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C7CFF2;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: none;
	color: #fff;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */
.sub_bullet li {
	font: normal normal 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #ffffff;
	text-indent: 10px;
    line-height: 1.5px;
} 

/* Classes that can be used with any element */
