/* CSS Document */

a:link {
	color: #444455; 
	text-decoration: none;
	font-weight: bold;	
}

a:visited {
	color: #444444; 
	text-decoration: none;
	font-weight: bold;	
}

a:active {
	color: #444455; 
	text-decoration: underline;
	font-weight: bold;	
}
a:hover {
	color: #445566; 
	text-decoration: underline;
	font-weight: bold;	
}

body {
	background: #FFFFFF;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: Tahoma, sans-serif;
	font-variant: normal;
	font-style: normal;
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #777777;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.contenttablebg {
	background: #FFFFFF;
	background-image: url("images/contentarea_bg.gif");
    background-position: top left;
	background-repeat: repeat-y;
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration : none;
	padding: 6px;	
}

.contenttablefooter {
	background-image: url("images/contentarea_footer.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 5px;
}

.sidebarbg {
	background: #FFFFFF;
	background-image: url("images/sidebar_bg.gif");
    background-position: top left;
	background-repeat: repeat-y;
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration : none;
	padding: 6px;	
}

.sidebarfooter {
	background-image: url("images/sidebar_footer.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 5px;
}

.projecttable {
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	text-decoration : none;
	border-bottom: 1px solid #999999;
	padding: 0px;	
}

