html, body {
	background-color: #CCCCCC;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.TextDarkGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.TextDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.Titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
input, textarea, select { 
    background-color: #AAAAAA; 
    background-image: url('http://webdesignerexpress.com/images/101.jpg'); 
    border: 1px solid #CCCCCC; 
    font-family: Arial; 
    font-size: 10px; 
    color: #000000; 
} 
.WebDesignerExpress A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.WebDesignerExpress A:link {text-decoration: none}
.WebDesignerExpress A:visited {text-decoration: none}
.WebDesignerExpress A:active {text-decoration: none}
.WebDesignerExpress A:hover {text-decoration: none; color: #FFFF00;
}
