/* hovers*/
A:active  {
        text-decoration : none;
        color : #C53D09;
}

A:link  {
        text-decoration : none;
        color : #C53D09;
}

A:visited  {
        text-decoration : none;
        color : #C53D09;
}

A:hover  {
        text-decoration : none;
        color : #003399;
}


A.main:active  {
        text-decoration : none;
        color : #ff0000;
}

A.main:link  {
        text-decoration : none;
        color : #000066;
}

A.main:visited  {
        text-decoration : none;
        color : #000066;
}

A.main:hover  {
        text-decoration : underline;
        color : #F07100;
}

A.mlink:active  {
        text-decoration : none;
        color : #ff0000;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.mlink:link  {
        text-decoration : none;
        color : #ffffff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.mlink:visited  {
        text-decoration : none;
        color : #ffffff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.mlink:hover  {
        text-decoration : none;
        color : #000066;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}


.header {
        text-decoration : none;
        color : #cccccc;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;
	}

A.header:active  {
        text-decoration : none;
        color : #cccccc;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.header:link  {
        text-decoration : none;
        color : #cccccc;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.header:visited  {
        text-decoration : none;
        color : #cccccc;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}

A.header:hover  {
        text-decoration : none;
        color : #ffffff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt; 
		font-style: normal;
		line-height: normal;

}


/* headers variations*/

H1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	font-weight: normal;
	color: #C53D09;
	text-decoration: none;
}


A.h1:link { FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 18px; font-weight: normal; color: #C53D09; text-decoration: none}

A.h1:visited {
	FONT-FAMILY: Tahoma, Geneva, sans-serif;
	FONT-SIZE: 18px;
	font-weight: normal;
	color: #C53D09;
	text-decoration: none;
}

A.h1:hover { FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 18px; font-weight: normal; color: #003399; text-decoration: none}




H2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	font-weight: normal;
	color: #C53D09;
	text-decoration: none;
}

H3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	letter-spacing : 0px;
}

A.h2:link { FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 18px; font-weight: normal; color: #C53D09; text-decoration: none}

A.h2:visited {
	FONT-FAMILY: Tahoma, Geneva, sans-serif;
	FONT-SIZE: 18px;
	font-weight: normal;
	color: #C53D09;
	text-decoration: none;
}

A.h2:hover { FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 18px; font-weight: normal; color: #003399; text-decoration: none}


.about {
        letter-spacing : 0px;
        color : #333333;
        font : 8pt arial, Tahoma, helvetica, san-serif;
}



.text-c       { font-family: Tahoma, Geneva, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.text-n { font-family: Tahoma, Geneva, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF}





/* simple text variations*/
.text1  {
        letter-spacing : 0px;
        color : #333333;
        font : 9pt arial, Tahoma, helvetica, san-serif;
}
.text2  {
        letter-spacing : 0px;
        color : #333333;
        font : 9pt Tahoma, arial, helvetica, san-serif;
}


td		{
        letter-spacing : 0px;
        color : #333333;
        font : 9pt arial, Tahoma, helvetica, san-serif;
}




/* Form elements */
input.grey{
	color : #595959;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-color : #595959;
	text-indent : 1px;
	border-width : 0px;
	background-color : #cccccc;
}




