
A {
		font-family: arial;
		font-size: 11;
		color: #FFFFFF;
		text-decoration: none;
}

A:hover {
		font-family: arial;
		font-size: 11;
		color: #FFFFFF;
		text-decoration: underline;
		
}

{///// CONTENT FONTS CLASS /////}

.h1 {
		font-family: arial;
		font-size: 15;
		color: #64991F;
		text-decoration: none;
}

.h1:hover {
		font-family: arial;
		font-size: 15;
		color: #64991F;
		text-decoration: none;
		
}

.c1 {
		font-family: verdana;
		font-size: 11;
		color: #A2A2A2;
		text-decoration: none;
}

.c1:hover {
		font-family: verdana;
		font-size: 11;
		color: #A2A2A2;
		text-decoration: underline;
		
}

.c2 {
		font-family: arial;
		font-size: 11;
		color: #FFFFFF;
		text-decoration: none;
}

.c2:hover {
		font-family: arial;
		font-size: 11;
		color: #FFFFFF;
		text-decoration: none;
		
}

.c3 {
		font-family: verdana;
		font-size: 12;
		color: #999999;
		text-decoration: none;
}

.c3:hover {
		font-family: verdana;
		font-size: 12;
		color: #999999;
		text-decoration: none;
		
}

.c4 {
		font-family: arial;
		font-size: 12;
		color: #FFFFFF;
		text-decoration: none;
}

.c4:hover {
		font-family: arial;
		font-size: 12;
		color: #0D2B5D;
		text-decoration: none;
		
}



{///// CONTENT FORM CLASS /////}

.cf1 {
		BORDER-BOTTOM: #EFEFEF 1px solid; 
		BORDER-LEFT: #898989 1px solid; 
		BORDER-RIGHT: #EFEFEF 1px solid; 
		BORDER-TOP: #898989 1px solid; 
		COLOR: #000000; 
		FONT-FAMILY: verdana; 
		FONT-SIZE: 10px
}

.cf2 {
		background-image: url(pics/bg_form.gif);
		BORDER-BOTTOM: #EFEFEF 1px solid; 
		BORDER-LEFT: #898989 1px solid; 
		BORDER-RIGHT: #EFEFEF 1px solid; 
		BORDER-TOP: #898989 1px solid; 
		COLOR: #000000; 
		FONT-FAMILY: verdana; 
		FONT-SIZE: 11px
}


