@import url("stylesheet_cms.css");

/*****************************TAGS*****************************/

p {
	margin: 0px 0px 5px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #CCCCCC;
	padding: 10px;
	font-weight: normal;
}
H2 {
	font-size: 13px;
	color: #BED600;
	font-family: Arial, Helvetica, sans-serif;
}
H3 {
	color: #00475F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
BODY {
	PADDING: 0px;
	margin: 0px;
	background-color: #00475F;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
A, A:Link, A:Visited,  A:Active  {
	TEXT-DECORATION: none;
	color: #00475F;
}
A:Hover  {
	TEXT-DECORATION: underline;
	color: #00475F;
}
INPUT.form
{
	width: 100px;
	font-size: 9pt;
}
SELECT.form {
	width: 100px;
	font-size: 9pt;
}
TEXTAREA.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 150px;
}
/************************************* BG CLASSES *********************************************************/


.clear_text 
{
	display:none;
}
/************************************* NAVIGATION CLASSES *********************************************************/
/*************************************LIINES & BORDERS*********************************************************/
