/* CSS Document */

/* Page Design Styles */
body {
	margin:0px;
	background-color:#98D8FF;
}

.left_bg {
	background-image: url("../images/left_bg.gif");
	background-repeat:repeat-x;
}

.right_bg {
	background-image: url("../images/right_bg.gif");
	background-repeat:repeat-x;
}

.workspace {
	background-image:url('../images/workspace.gif');
	background-repeat:no-repeat;
}


/* Font Styles */
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1370B8;
	text-align:justify;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1370B8;
	line-height:16px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	line-height:16px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
}

a.submenu:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1370B8;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

a.submenu:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1370B8;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

a.submenu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1370B8;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
} 

a.submenu:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1370B8;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

a.contentlinks:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

a.contentlinks:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#80878C;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

a.contentlinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
} 

a.contentlinks:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
} 

