/* CSS Document */

.center {text-align:center}
 
#container { 
	width: 740px; 
	\width: 740px; 
	w\idth: 740px; 
        height: 600px;
        margin-left: auto;
	margin-right: auto; 
	padding: 0px; 
	background-color: #ffffff;
text-align:left;
}

a:link { 
color:#ffffff;
decoration: none;
}

a:hover
{
	color:#dddddd;
	decoration: underline;
}

a:visited
{
	color:#ffffff;
}

a:visited:hover
{
	color:#dddddd;
	decoration: underline;
}

.txtmenu {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
line-height: normal; 
font-weight: normal; 
color: #ffffff; 
}

.normaltxt {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
line-height: normal; 
font-weight: normal; 
color: #ffffff; 
}
