BODY									{	
											margin: 40px; 
											font-family: verdana, arial, helvetica, sans-serif;
											color: #393638;
											line-height: 130%;
											font-size: 80%;
											}


a											{	
												color: #000000; 
												text-decoration: underline; 
											}
											
a:hover								{	
												text-decoration: none; 
											}
											
a:visited							{}

a:active							{}

a.selected						{ 
												color: #FF6B11; 
												text-decoration:none; 
											}
											
a.selected:hover			{ 
												text-decoration: none; 
											}


TABLE.MAIN	{
								width: 100%; 
								height: 100%; 
								font-size: 100%; 
}

DIV.MAIN{			width: 799px;  
					min-height: 599px; 
					text-align: left; 
					border: 1px solid #004990;
					background-image:URL(/images/bg_left_repeat.jpg);
					background-position:left top;
					background-repeat:repeat-y;
}

DIV.Top	{	height: 171px;  background-image: url(/images/bg_top.jpg); background-repeat: no-repeat; background-position: top left;}
DIV.Left{ 	min-height:400px; line-height: 180%; padding: 0px 15px 15px 15px; float: left; width: 203px; background-color: #ef3124; }
	
	

	
DIV.Content{ float: left; width: 528px; padding: 5px 20px 10px 18px; overflow-x: hidden;  overflow-y: auto;}
DIV.Bottom	{ 
							font-size: 80%; 
							color: #666666; 
							height: 40px;
							text-align: center;  
							border-width: 1px 0px 0px 0px;
							border-style: solid;
							border-color: #000000;
							clear: both;
							
							background-color:#FFFFFF;
							width: 799px;
						}



DIV.Menu		{ 
							padding-top: 116px; 
							float: right; 
							padding-right: 20px;
							padding-left:30px;	
							text-align: justify; 
							width: 749px;
				
						}
DIV.Menu 	a		{	color: #004990; text-decoration: none; font-weight: bold;  padding-right: 5px;   }
DIV.Menu 	a:hover	{	color: #ef3124; }	

DIV.language	{ 
							padding: 5px 20px 5px 20px; 
							float: left; 						
							text-align:left;
							}

h1					{ 
							padding-top: 20px; 
							font-size: 110%; 
							padding-bottom:-5px; 
							font-weight: bold;
							/*text-transform:lowercase;*/
							
						}

h2					{ 
							font-size: 120%; 
							color:#999999; 
							padding-left:8px; 
						}



INPUT 				{ font-size:100%;	}
FORM					{ padding:0px; margin:0px; }

form.form_fixed  label {
	width: 150px;	
	float: left;
	display: block;
}
form.form_fixed  input {
	float: left;
	display: block;
}
form.form_fixed  br {
	clear: left;
}


