body 		{				
				background-color: #FFFFFF;
				scrollbar-face-color: #D4E3A5;
				scrollbar-highlight-color: #222222;
				scrollbar-shadow-color: #EEEEEE;
				scrollbar-3dlight-color: #D4E3A5;
				scrollbar-arrow-color:  #333333;
				scrollbar-track-color: #D4E3A5;
				scrollbar-darkshadow-color: #333333;
				margin-left : 0px;
				margin-right : 0px;
				margin-top : 0px;
				margin-bottom : 0px;
				color : #000000;					
			}

td 			{	font : 11px Verdana, Helvetica, sans-serif;
				line-height: 15px;
			}
a			{
				font-weight: bold;
				text-decoration: none;
				color: #D6310D;
			}
input, textarea, select {
				border-top-width : 1px; 
				border-right-width : 1px; 
				border-bottom-width : 1px; 
				border-left-width : 1px;  
			}

.head 		{ 	background-color:#FFFFFF;}

				
.teaser		{	font:  10px Verdana; 
				color: #666666;
				background-color:#ffffff;}
.dotted		{	
				border-bottom: 1px dotted #80914C; 
			}

.dotted_double		{	
				border-top: 1px dotted #80914C;
				border-bottom: 1px dotted #80914C;
			}

.head_dotted		{	
				border-bottom: 1px dotted #80914C; 
				line-height: 27px;
			}
.dotted_bottom{	
				border-bottom: 1px dotted #80914C; 
			}
.dotted_left{	
				border-left: 1px dotted #80914C; 
			}
.dotted_right{	
				border-right: 1px dotted #80914C; 
			}
.dotted_lr	{	
				border-left: 1px dotted #80914C;
				border-right: 1px dotted #80914C; 
			}
.admin		{	
				background-color: #87CEFA;
			}


