

/* ====================================================================== <<<< Global Definitions */

body {
	margin: 0;
	font: normal normal .8em/1.5em Times;
	background-image:  url("../images/bg_main.gif");
}


p	{
	color: #fff;
	margin: .6em 0;
	}

h1, h2, h3, h4 	{
	color: #fff;
	margin: .9em 0 .3em 0;
	}
	
hr 	{
	border: 1px solid #fff;
	}
	
select{
	border:0;
	color: #570000;
	width: 170px;
	}
	
.button {
	background: #000 url(/images/button_bg.gif) repeat-x;
	color:#fff; 
	border:0; 
	padding:6px 5px 4px;   
	font-size: 0.78em;
	font-family:"Times New Roman", Times, serif;
	}

h1 {font-size: 1.3em;}

h2 {font-size: 1.2em;}

h3 {font-size: 1.1em;}

h4 {font-size: 1em;}



/* ====================================================================== >>>> Global Definitions */



div#content {
	font: normal normal normal small/1.75em "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 5px;
	margin: 0;
	width: 700px;
}

a:link	{
	background-color : transparent;
	font: normal normal small/1.5em Times;
	color : #CCCC99;
	text-decoration: none;
}

a:visited	{
	background-color : transparent;
	font: normal normal small/1.5em Times;
	color : #CCCC99;
	text-decoration: none;
}

a:hover	{
	background-color : transparent;
	font: normal normal small/1.5em Times;
	color : #CCCC99;
	text-decoration: underline;
}

a:active	{
	background-color : transparent;
	font: normal normal small/1.5em Times;
	color : #CCCC99;
	text-decoration: none;
}

#copyright {
	font: normal normal xx-small/1.5em arial;
	color: #ffffff;
}