/********************************************************************************************/
/* 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 12px Arial, Sans-Serif;
	text-decoration: none;
	color: #333;
}

/* Lists */
ul, ol {
}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-family:'Times New Roman',Times,serif;
	font-size: 20px; 
	color: #960;
	margin: 0 0 0 5px;
	font-weight: normal;
}

h2 { 
	font-family:'Times New Roman',Times,serif;
	font-size: 18px; 
	color: #960;
	font-weight: normal;
 }
h3 { 
	font-family:'Times New Roman',Times,serif;
	font-size: 16px; 
	color: #960;
	font-weight: normal;
}
h4 {	
	font-family:'Times New Roman',Times,serif;
	font-size: 14px; 
	color: #960;
	font-weight: normal;
}	
h5 { 
	font-family:'Times New Roman',Times,serif;
	font-size: 12px; 
	color: #960;
	font-weight: normal;
}
h6 {	font-size: 10px; 	margin: 0 0 0 5px; }

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #930;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #930;
}	

a:hover {
	font-weight: bold;
	color: #930;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #930;
}	


/* Links - hover (onmouseover) */
	

hr {margin: 0px; background: transparent url(/images/oscia_hr.jpg) no-repeat center; border: 0; width: 100%; height: 10px; }

/* 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;}

a:link.simple {
	font-weight: normal;
	text-decoration: none;
	color: #960;
}	

a:active.simple {
	font-weight: normal;
	text-decoration: none;
	color: #960;
}	

a:hover.simple {
	text-decoration: underline;
}

a:visited.simple {
	font-weight: normal;
	text-decoration: none;
	color: #960;
}	

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

iframe{overflow: hidden;}
