body {
 	background-color: #C7D3DA;
	background-image: url("../images/layout/page_gradient_left.gif");
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: fixed;

	margin: 0px;
}

img {
	border: 0px;
	}

.main {
	border-bottom: 1px solid #7B94A3;
 	background-color: #FEFFDD;
	background-image: url("../images/layout/main_gradient_right.gif");
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

body, table
        	{
        		font-family: Arial, serif;
         		font-size: 12px;
       		}
       		
       		.menuItem
       		{
         		font-size: 13px;
				width: 100%; 
				background-color: #FBFDB2; 

				background-image: url("../images/layout/main_gradient_right.gif");
				background-position: right;
				background-repeat: repeat-y;


	
				height: 30px;  		
				border-bottom: 1px solid #DDDAC1;  
 				padding-left: 15px;    		
 				padding-bottom: 5px;    		
 				padding-top: 5px;    		
			}

       		.menuTitle
       		{
         		font-size: 13px;
				width: 100%; 
				height: 30px; 
				text-align: center; 
				     		
			}
			       		
       		.menuItemSelected
       		{
         		font-size: 13px;
				width: 100%;
				background-color: #FEFFDD; 
				height: 30px; 
				border-top: 1px solid #BBCCDD;       						border-bottom: 1px solid #DDDAC1; 				
 				padding-left: 15px;    		
 				padding-bottom: 5px;    		
 				padding-top: 5px;    		
     		}
       		
       		h1
       		{
           		font-size: 16px; 
           		color: #740000;
            	margin-bottom: 2px;
           		margin-top: 6px;      		
       		}
       		h2
       		{
           		font-size: 13px;
           		text-transform: uppercase;  
           		font-weight: bold;
           		letter-spacing: 1px;   		
           		color: #003453;      		
            	margin-bottom: 2px;
           		margin-top: 6px;      		
      		}       		
       		h3
       		{
           		font-size: 13px;       		
            	color: #740000;      		
            	margin-bottom: 2px;
           		margin-top: 6px;      		
     		}       		
      		form
       		{
       			display: inline;
       		}
       		
       		input, textarea, select {
       			padding: 2px;
       			border-right: 1px solid #003453;
       			border-bottom: 1px solid #003453;
       			border-top: 1px solid #7B94A3;
       			border-left: 1px solid #7B94A3;  			
       		}
       		
       		.button {
        			padding: 2px;
       			border-right: 1px solid #003453;
       			border-bottom: 1px solid #003453;
       			border-top: 1px solid #7B94A3;
       			border-left: 1px solid #7B94A3;
			  	background-color: #C7D3DA;   		
       		}
       		
       		.dvd_extra {
       			font-size:10px;
       			color: #740000;
       		}
       		
       		.row2 {
       			background-color: #FFF5B2;
       		}