/*
 COMMON TEXT ATTRIBUTES
*/

BODY {
	font-Family: Verdana,arial,sans;
	font-Size: 11px; 
	color: #544d4a;
 	background: #1b6c5d url(../images/bg_gradient.gif) repeat-x;
	text-decoration: none; 
	font-weight: normal;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;

}

P {
	font-Family: Verdana,arial,sans;
	font-Size: 11px;
	color: #544d4a;
	text-decoration: none;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}

TABLE {
	font-Family: Verdana,arial,sans;
	font-Size: 11px;
	color: #544d4a;
	text-decoration: none;
	font-weight: normal;
}

TD {
	font-Family: Verdana,arial,sans;
	font-Size: 11px;
	color: #544d4a;
	text-decoration: none;
	font-weight: normal;
}

A {
	color: #a72e0f;
	font-weight: bold;
}

INPUT, SELECT, TEXTAREA {
	font-Family: Verdana,arial,sans;
	font-Size: 10px;
	color: #544d4a;
	text-decoration: none;
	font-weight: normal;
}

.label {
	font-weight: bold;
	padding-bottom: 5px;
}

.header {
  font-family: verdana, arial, sans;
	font-size: 16px;
	color: #692e0e;
	font-weight: bold;
}

.subheader {
   font-family: verdana, arial, sans;
	font-size: 14px;
	color: #692e0e;
	font-weight: bold;
}

.error_text {
	color : #a90303;
}

.footer {
	color: #084e31;
	font-size: 10px;
}

a.footer {
	color: #084e31;
	font-size: 10px;
}

/**
 * navigation link classes
 */

TD.navigation_level_1 {

}

A.navigation_level_1:LINK,
A.navigation_level_1:VISITED
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

A.navigation_level_1:HOVER,
A.navigation_level_1:ACTIVE
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

A.navigation_level_1_selected
 {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}



TD.navigation_level_2 {

}

A.navigation_level_2:LINK,
A.navigation_level_2:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_2:HOVER,
A.navigation_level_2:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_2_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}




TD.navigation_level_3 {

}

A.navigation_level_3:LINK,
A.navigation_level_3:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_3:HOVER,
A.navigation_level_3:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_3_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}





TD.navigation_level_4 {

}

A.navigation_level_4:LINK,
A.navigation_level_4:VISITED
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_4:HOVER,
A.navigation_level_4:ACTIVE
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

A.navigation_level_4_selected
 {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}


OL.alpha {list-style-type: upper-alpha;}
OL.decimal {list-style-type: decimal;}
OL {list-style-type: decimal;}



/** 
default header style for smartmail -
leave this in for scms editor compatibility,
may be changed in templates **/


.SmartMailHeader {
    margin-top:1px;
    margin-bottom:1px;
    font-size:12px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:bold;
}
