/********************************************************************************************/
/* 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, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1{
	font-size: 22px;
line-height: 2.5ex;
	margin:2px;
	color: #8fb5e5;
}

h2 { 
	font-size: 18px; 
	color: #8fb5e5;
	line-height: 2.5ex;
	margin:2px;
}

h3 { 
	font-size: 16px; 
	color: #2A2A2A;
	line-height: 2.5ex;
	margin:2px;
}

h4 { 
	font-size: 14px;
	color: #2A2A2A;
	line-height: 2.5ex;
	margin:2px;
}	

h5 { 
	font-size: 11px;
color:#ffffff;
	line-height: 2.5ex;
		margin:2px;
margin-top:10px;
	background: #8fb5e5;
	padding: 3px;
}

h6 { 
	font-size: 12px;
	color: #8fb5e5;
	line-height: 2.5ex;
	margin:2px;
	font-style: italic;
}


/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #b32d1b;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
color: #b32d1b;
}

a:hover {
	text-decoration: none;
	color: #db5624;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #b32d1b;
}

.bookmark {color:#b32d1b;} 

a.bookmark:link {color:#b32d1b;}
a.bookmark:active {color:#b32d1b;}
a.bookmark:hover{color:#db5624;}
a.bookmark:visited{color:#b32d1b;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
a.teamtrans   {
    display: block;
    width: 160px;
    height: 195px;
    background: transparent url(/images/button-teamtrans1.jpg) no-repeat top left;
}
a.empower   {
    display: block;
    width: 160px;
    height: 195px;
    background: transparent url(/images/button-empower1.jpg) no-repeat top left;
}
a.excel  {
    display: block;
    width: 160px;
    height: 195px;
    background: transparent url(/images/button-excel1.jpg) no-repeat top left;
}
table.BlueBox { 
border: 0;
background-color: #d9e6f6;	
padding:3px;
margin:3px;
}