/********************************************************************************************/
/* 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: 13px Arial, Tahoma, Sans-Serif;
	color: #575757;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { 
	font-size: 20px; 
	color: #40251b; 
}
h2 { 
	color: #3490c0; 
	font-size: 20px; 
}
h3 { 
	color: #40251b; 
	font-size: 18px; 
}
h4 { 
	color: #fff; 
	font-size: 20px; 
	margin: 0;
	padding: 0;
}
h5 { color: #40251b; font-size: 12pt; font-weight: bold; margin: 0; padding: 0; }
h6 { 
	color: #fff; 
	font-size: 18px;  
	margin: 0;
	padding: 0;
}
	
/* Links - default */
a:link { color: #3490c0; text-decoration: none; }	
a:visited { color: #3490c0; text-decoration: none; }
a:hover { color: #3490c0; text-decoration: underline; }	
a:active { text-decoration: none; }

.bookmark {color:#353535;} 
a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.teamfloat { background-position: 0 0; padding-top: 20px; padding-bottom: 20px; }
.class { }
