/********* General CSS ***********/
.Default {
	font-family	: Arial, Verdana, Helvetica, sans-serif; 
	font-size	: 12px; 
	color		: #000000; 
	height		: 100%;
	}
body {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px; 
	color				: #000000;
	background-color	: #FFFFFF;
	line-height 		: 18px;
	margin				: 0;
	padding				: 0;
	}
a, a:link, a:visited, a:active {
	color				: #2e3192;
	text-decoration		: none;
	}
a:hover {
	color:				: #2e3192;
	text-decoration		: underline;
	}		
.outer {
	position			: absolute;
	top					: 5px;
	left				: 5px;
	width				: 990px;
	background-color	: #FFFFFF;
	}
.navigation {
	background-image:url(/images/navigation-background.jpg);
	background-repeat: repeat-y;
	width				: 200px;
	}
.navLinks {
	/* margin			: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left'; */
	margin				: 0px 0px 0px 20px;
	}
.navLinks a, .navLinks a:link, .navLinks a:visited, .navLinks a:active {
	color				: #2e3192;
	text-decoration		: none;
	}
.navLinks a:hover {
	color				: #2e3192;
	font-weight			: bold;
	}			
.content {
	color				: #000000;
	}
.content .pageTitleTxt{
	color				: #2e3192;
	font-size			: 16px;
	font-weight			: bold;
	/* margin			: 'margin-top' 'margin-right' 'margin-bottom' 'margin-left'; */
	margin				: 0px 0px 10px 0px;
	}	
.footer {
	text-align			: center;
	color				: #000000;
	font-size			: 10px;
	text-transform		: uppercase;
	}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color				: #000000;
	text-decoration		: none;
	}
.footer a:hover {
	color				: #000000;
	text-decoration		: underline;
	}
.copyright {
	text-align			: left;
	font-size			: 10px;
	color				: #7d7d7d;
	margin				: 5px 0px 0px 0px;
	}	
.credit {
	text-align			: left;
	margin				: 0px 0px 0px 0px;
	color				: #7d7d7d;
	font-size			: 9px;
	line-height			: normal;
	}
.credit a, .credit a:link, .credit a:visited, .credit a:active {
	color				: #3f321d;
	text-decoration		: none;
	}
.credit a:hover {
	color				: #3f321d;
	text-decoration		: underline;
	}			