@charset "iso-8859-1";
body					{ 
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size:11px; 
		background:#ffffff; 
		}
		
a	{ 
		text-decoration:none;
		color:#ff0000;
		font-weight: bold;
		}

a:hover					{ 
		text-decoration:underline;
		}

h1 						{ 
		color:#666666; 
		}	
		
h2 						{ 
		color:#666666; 
		}	
		
h3 						{ 
		color:#666666; 
		}
hr {
		color: #ffffff;
}

table 					{ 
		padding: 0px;
		vertical-align: top;
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size:11px; 
		}

td 					{ 
		padding: 0px;
		vertical-align: top;
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size:11px; 
		background: #fff;
		}
.content  			{
		position: absolute;
		background: #ffffff;
		top: 110px;
		left: 230px;
		width: 638px;
		min-height: 280px;
		border-right: 2px solid #ff0000;
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size:11px; 	
		}
/* for IE, with IE5/Mac backslash filter \*/
* html .content {
		height: 280px;
		}
/* end filter */
.header  			{
		position: absolute;
		top: 20px;
		left: 20px;
		border: 0px solid #000000;	
		height: 90px;
		width:850px;	
		}	
.subtitle  			{
		font-family: verdana, arial, helvetica, sans-serif; 		
		font-size:18px;
		font-weight: bold; 
		color: #666666;
		}	
.navigation  			{
		position: absolute;
		padding-right:20px;
		top: 120px;
		left: 20px;
		width: 190px;
		text-align: right;
		height: 150px;
		border-bottom: 0px solid #E7A614;
		font-family: verdana, arial, helvetica, sans-serif; 		
		font-size: 14px; 		
		}	
.copyright  			{
		position: absolute;
		bottom: -20px;
		width:638px;
		height: 18px;
		left: -1px;
		text-align: center;
		border: 1px solid #ff0000;
		border-right: 2px solid #ff0000;
		font-family: verdana, arial, helvetica, sans-serif; 		
		font-size:9px; 
		line-height:2;
		}							
.calendar  			{
		border: 1px solid #eaeaeb;
		border-bottom: 1px solid #ffffcc;
		line-height: 1.5;
		padding: 8px;
		}	
.calendar_top 			{
		line-height: 2.5;
		border: 1px solid #ffffcc;
		background: #eaeaeb;
		padding: 8px;
		}		
		
