/* GENERAL STYLES */
BODY
{
	font-size: 9pt;
	color: #304242;
	font-family: Arial;
}

A:link
{
	font-size: 11pt;
	color: #dd4600;
	font-family: Arial;
	text-decoration: underline;
}

A:visited
{
	font-size: 11pt;
	color: #1E4F4E;
	font-family: Arial;
	text-decoration: underline;
}

.Main
{
    FONT-SIZE: 11px;
    COLOR: #304242;
    FONT-FAMILY: Arial;
}

.MainLink
{
    FONT-SIZE: 11px;
    COLOR: #dd4600;
    FONT-FAMILY: Arial;
	text-decoration: underline;
}

.MainTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #304242;
	font-family: Arial;
}

.Footer
{
	font-size: 11px;
	color: #696969;
	font-family: Arial;
}

.FooterLink
{
	font-size: 11px;
	color: #696969;
	font-family: Arial;
	text-decoration: underline;
}

.InputTextBox1
{
	font-size: 11px;
	color: #304242;
	font-family: Arial;
}

.InputTextBox2
{
	font-size: 11px;
	color: #304242;
	font-family: Arial;
}
/* NEWS*/

#newsList {
}

#News {
}

#Event {
}

.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
/*
==========================================
Contact Form
==========================================
*/


.ContactForm .Error
{
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
    	FONT-SIZE: 11px;
    	COLOR: #304242;
    	FONT-FAMILY: Arial;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-position:15px 12px;
}

.ContactForm .Error li
{
	font-weight:normal;
}

.ContactForm fieldset
{
	border: 0px solid #000000;
	display: block;
	margin: 15px 0 15px 0;
	width: 90%;
}

.ContactForm legend
{
	display:none;
}

.ContactForm label
{
    FONT-SIZE: 11px;
    COLOR: #304242;
    FONT-FAMILY: Arial;
}

.ContactForm .TextBox
{
	border: 1px solid #CACACA;
	display: block;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 4px 2px 3px;
	width: 192px;
	height: 20px;
	color: #304242;
}

.ContactForm .TextArea
{
	border: 1px solid #CACACA;
	display: block;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 4px 2px 3px;
	height: 175px;
	width: 250px;
}


/*
txtName
CssClass="TextBox"        
txtEmail
CssClass="TextBox"
txtMessage
CssClass="TextArea"
btnSubmitImg
CssClass="frmButton"
btnSubmit
CssClass="frmButton"
*/

/* EDITOR PROPERTIES */

