*{
	padding:0;
	margin-top:4px;
	}
 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5;
	background-image:url(images/new_bkground.gif);
	background-color:#fff;
	}

img {
	display: block;
	border: 0;
	}

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}


p {
	padding:0;
	margin:0;
	font-size:85%;
	line-height: 1.5;
	color:#000;
	}


h1	{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	}

h2	{
	font-size: 1.4em;
	font-weight: bold;
	color: #ef6d00;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	text-align: center;
	}
	
h3	{
	font-size: 1em;
	color: #4171bf;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	text-align: center;
	}

h4	{
	font-size: 1em;
	color: #4171bf;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	margin-left: 10px;
	text-align: left;
	}

ul, ol {
	color: #000;
	list-style-type: round;
	font-size:85%;
	font-weight: normal;
	line-height:1.7;
	padding-left: 3em;
	margin-right: 10px;
}	




/*---Login Area---*/

table#login	{
	border: 1px solid #d1d3d8;
	}

td#logo {
	background-color: #fff;
	}

td#entry {
	background-color: #f5f7f1;
	padding-left: 16px;
	}
	
td#entry p {
	margin-top: 6px;
	font-weight: bold;
	color: #003366;
	}	

fieldset {
	font-size: 12px;
	font-weight: bold;
	border:none;
	}

form p {
	margin-bottom: 0;
	color: #333;
	}

.butt {
	padding: 3px;
	margin: 0 0 0 8px;
	}



/*---Navigation Area---*/

table#nav	{
	border: 1px solid #d1d3d8;
	}

table#nav td {
	font-weight: normal;   
	font-size: 14px;  /* was 18px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 28px; /* ADDED */
	}

table#nav td a	{
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height:29px; 
	}

#nav td a:link, #nav td a:visited {
	background: url(images/new_bkground_nav_button.gif) no-repeat bottom center;
	display: block;
	color: #000033;
	}

#nav td a:hover {
	color: #f60;
	background:url(images/new_bkground_nav_button.gif) no-repeat bottom center;
	display: block;
	}



/*---Main content---*/

table#content {
	border: 1px solid #d1d3d8;
	background-color: #fff;
	}

table#content p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0.5em;
	}

table#content img {
	margin: 16px 0 16px 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
table#content img.left {
	float: left;
	margin: 0 10px 10px 10px;
	}
	
table#content form {
	margin-left: 0;
	margin-bottom: 0;
	color: #333;
	}	
	

/*---Footer---*/

#footer {
	margin-top: 40px;
	margin-bottom: 20px;
}

#footer p	{
	font-size: 11px;
	margin: 0 10px 0 10px;
	text-align: center;
	}
