/* Default Text */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B2B2B;
}

/* LINKS */
a:link {text-decoration: underline;color: #0095B8;font-weight: bold; font-size:11px;}
a:visited {text-decoration: underline;color: #0095B8;font-weight: bold; font-size:11px;}
a:hover {text-decoration: underline;color: #72B7C7;font-weight: bold; font-size:11px;}
a:active {text-decoration: underline;color: #72B7C7;font-weight: bold; font-size:11px;}

A.MENU:LINK {color: #000000;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.MENU:VISITED {color: #000000;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.MENU:ACTIVE {color: #000000;font-weight: bold;text-decoration: underline;font-size: 11px;} 
A.MENU:HOVER {color: #000000;font-weight: bold;text-decoration: underline;font-size: 11px;}

A.SUBMENU:LINK {color: #0095B8;font-weight: normal;text-decoration: none;} 
A.SUBMENU:VISITED {color: #0095B8;font-weight: normal;text-decoration: none;} 
A.SUBMENU:ACTIVE {color: #72B7C7;font-weight: normal;text-decoration: underline;} 
A.SUBMENU:HOVER {color: #72B7C7;font-weight: normal;text-decoration: underline;}

A.HELPMENU:LINK {color: #0095B8;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.HELPMENU:VISITED {color: #0095B8;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.HELPMENU:ACTIVE {color: #72B7C7;font-weight: bold;text-decoration: underline;font-size: 11px;} 
A.HELPMENU:HOVER {color: #72B7C7;font-weight: bold;text-decoration: underline;font-size: 11px;}

/* Styles */
.bold {
	FONT-WEIGHT: bold; font-size:11px; color:#333333;
}
.normal {
	FONT-WEIGHT: normal; font-size:11px; color:#333333;
}
.error {
	FONT-WEIGHT: normal; font-size:11px; color:#ff0000;
}
.name {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #E7A300;
}
.company {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0095B8;
}
.subtitle {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR:#000000;
}
.title {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR:#000000;
}
.mainmenu {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000;
}