/***********************************
	TAG STYLES
***********************************/
body {
	background-color: #4779B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #4779B4;
}
a:visited {
	color: #4779B4;
}

a:hover {
	color: #4779B4;
	text-decoration:none;
}

h1 {
	color: #4779B4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

h2 {
	font-size: 14px;
	color: #333355;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}

p {
	line-height: 1.5;
}

/***********************************
	LEFT MENU STYLES
***********************************/

/* Green Menu */ 
.lmenu_1 {
	height:215px;
	padding:10px 12px 10px 8px;
	margin:0px 0px;
	line-height:1.9;
}

/* Blue Menu */ 
.lmenu_2 {
	height:215px;
	padding:0px 12px 0px 8px;
	line-height:2;
}

/* Left menu links */
a.menu:link {
	font-family: Arial Narrow,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4779B4;
	text-decoration:none;
	padding:3px;
}
a.menu:visited {
	font-family: Arial Narrow,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4779B4;
	text-decoration:none;
	padding:3px;
}
a.menu:hover {
	font-family: Arial Narrow,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4779B4;
	background-color:#FFFFFF;
	text-decoration:underline;
	padding:3px;
}

/***********************************
	END LEFT MENU STYLES
***********************************/

/* Body column - this is applied to the surrounding <div> tag in the right <td> column */
.col_body {
	background-color:#FFFFFF;
	padding:5px 20px 20px 20px;
}
.row_head {
	font-weight: bold;
	background-color: #C2F29B;
}

.row_head a {
	color:#ffffff;
}

.row1 {
	background-color: #F7F7F7;
}

.row2 {
	background-color: #E9E9E9;
}

form {
	margin:0px;
}