body
	{
		font: 12px 'Arial';
		color: #000000;
		margin: 0;
	}

input, textarea 
	{
		border: 1 solid #7F9DB9;
	}

input, select 	      	
	{
		height: 18 px ; 
	}
	
input, textarea, select
	{
		padding-left: 3px;
		font-family: arial , helvetica ; 
		font-size: 11px;
	}

img
	{
		border: 0;
	}
td 	        
	{
		font-family: arial, helvetica;
		font-size: 12px
	}

A:LINK, A:ACTIVE, A:VISITED
	{
		text-decoration: none;
		color: #003366;
		font: 12 'Arial';
	}

.colored	
	{
	    border-bottom: 1 solid #cccccc;
	    font-weight: bold;
	    background-color: #003366;
		color: #FFFFFF;
	}

.colored_tab	
	{
	    background-color: #003366;
		color: #FFFFFF;
	    border-left: 1 solid #ffffff;
	    border-right: 1 solid #ffffff;
	}

.colored_light	
	{
	    border-left: 1 solid #ffffff;
	    border-bottom: 1 solid #ffffff;
	    border-right: 1 solid #ffffff;
	    background-color: #ccdddd;
		color: #000000;
	}

.standard	
	{
		font: 12px 'Arial';
	    font-weight: normal;
		color: #003366;
	}

.btnstd		
	{
		background-color: #cccccc;
	}
	
table.projectmenu td
	{
		border-right: 1 solid #999999;
	}

