/********************************************************************************************/
/* 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 */

/* Defaults */

body, td, p, li, input, select, textarea {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

h1{
	font-size: 20px;
line-height: 2.5ex;
	margin:2px;
	color: #0f1d62;
}

h2 { 
	font-size: 18px; 
			color: #6A6A6A;
	line-height: 2.5ex;
	margin:2px;
}

h3 { 
	font-size: 16px; 
			color: #0f1d62;
	line-height: 2.5ex;
	margin:2px;
}

h4 { 
	font-size: 14px;
	color: #6A6A6A;
	line-height: 2.5ex;
	margin:2px;
}	

h5 { 
	font-size: 12px;
color:#ffffff;
	line-height: 2.5ex;
		margin:2px;
margin-top:10px;
	background: #0f1d62;
	padding: 3px;
}

h6 { 
	font-size: 12px;
	color: #0f1d62;
	line-height: 2.5ex;
	margin:2px;
	font-style: italic;
}

/* Links - default */
a:link, a:active, a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #ed2939;
}	



/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #ed2939;
}	
/* Forms */

form {
	margin: 0;
	padding: 0;
}

.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: Include additional style declarations to be used by the SiteCM page editor  */
a.employers   {
    display: block;
    width: 205px;
    height: 193px;
    background: transparent url(/images/button-employer-1.jpg) no-repeat top left;
}
a.jobseekers   {
    display: block;
     width: 205px;
    height: 193px;
    background: transparent url(/images/button-seeker-1.jpg) no-repeat top left;
}
table.BlueBox { 
border: 0px;
background-color: #dddfe9;	
padding:3px;
margin:3px;
}
.BlueBox { 
border: 0px;
background-color: #dddfe9;	
padding:3px;
margin:3px;
}