/* local css file - override the defaults for individual directories */

/********************************************************************************************************/

body,td,th {
	/*color: #000000;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-family: tangerineregular, Georgia, "Times New Roman", Times, serif;*/
}
body {
	/*background-color: #999999;*/
	/*background-image: url(images/bkg-1.png);*/
	
}

body:last-child	{ /* modern CSS3 web browsers: non-ie and ie 9+, same result as body:nth-of-type(1n) */
	
}

a:link { /*color:#FFFFFF;*/ }
a:visited { /*color:#FFFFFF;*/ }
a:hover { /*color:#FFFFFF;*/ }
a:active { /*color:#FFFFFF;*/ }

#base_background {
	
}

#main {
	/*min-height:300px;*/
}

#main_doc {
	min-height:800px;
}

#backdrop{
	/* background:#000080; */
	/* background:#0066AA; /* */
	/* background:#800000; */
}

#page_logo {
	
}

#nav_bar { 
	/*color:#FFFFFF;*/
}

.nav_bar a:link { /*color:#FFFFFF;*/ }
.nav_bar a:visited { /*color:#FFFFFF;*/ }
.nav_bar a:hover { /*color:#FFFFFF;*/ }
.nav_bar a:active { /*color:#FFFFFF;*/ }

#header_bar {
	
}

#footer_bar {
	
}

#left_bar {
	
}

#right_bar {
	
}

#login {
	
}

/********************************************************************************************************/
