/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image:url(images/bg.jpg);
}

.top
{
	background:url(images/top.gif) no-repeat;
	width:1000;
	height:100;
}

.top10
{
	background:url(images/top_10.gif) no-repeat;
	width:1000;
	height:100;
}

.leftmenu
{
	background:url(images/leftmenu.gif);
	width:200;
	height:600;
}

.rightcloumn
{
	background:url(images/rightcolumn.gif);
	width:800;
	height:600;
}

.menu
{
	width:200;
	padding:40px 15px 0 10px;
}

#menu
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	}
	
	.rightheader
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #FAAB5C; 
	padding: 40px 15px 0 0px;
	}
	
.righttext
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	padding: 10px 15px 0 0px;
	}
	
.ul
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	padding: 0px 15px 0 0px;
	}
	
.ul A:link, .lbltxt A:visited , .lbltxt A:hover
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	padding: 0px 15px 0 0px;
	}
	
#selected
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #FAAB5C; 
	text-decoration:none;
	}
	
#link
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #FAAB5C;
	font-style:italic;
	}
	
.normallink
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	text-decoration:none;
	}
	
.normallink A:link, .lbltxt A:visited , .lbltxt A:hover
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	text-decoration:none;
	}
	
.Copyright {
	FONT-WEIGHT: bolder;
	FONT-SIZE: 10px; 
	COLOR: #2A3899; 
	FONT-FAMILY: helvetica, arial, sans serif;
	vertical-align:middle;
	text-align:center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height:90pt;
}


.proggreybold
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #666; 
	text-decoration:none;
	}
	
.progorangebold
{
	FONT: bold 12px helvetica, arial, sans serif; 
	COLOR: #FAAB5C; 
	text-decoration:none;
	}
	
	
.textbox
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #666;
}

.label
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #FAAB5C; 
}

.bottomtext
{
	FONT: normal 12px helvetica, arial, sans serif; 
	COLOR: #939598; 
	background-color:;
	padding: 15px 15px 15px 15px;
	}

