/*  Customer Server Style Sheet */

/*  Manual Styles: To use add --> class="lnk"   */

.pageTitle {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #617A9E;
	padding-top: 10px;
}

.lnk a:link, .lnk a:visited {
	text-decoration: none;
	color: NAVY;
	font-weight: bold;
	font-size:13px;	
	font-family: arial;	
}

.lnk a:hover {
	color: #00694A;
}

.lightGreenBar {
	background-color: #D7EAD6;
	font-weight: bold;
}

.lightBlueBar {
	background-color: #DEE5F2;
	font-weight: bold;
}

/*  Auto Styles: globally applied */

body {
	font-family: Arial, Verdana;
	font-size:14px;
}

th {
	font-family: Arial, Verdana;
	font-size:12px;
}

td {
	font-family: Verdana;
	font-size:12px;
}