body
{
	background-color:	#4b4b4b;
	background-repeat:	repeat;
	color:				#550000;
	font-family:		verdana;
	border-width:		1px;
}

table
{	
	width:			800px;
	text-align:		center;
	border-spacing:	0px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
}

td.logo
{
	border:					0px solid #000000;
	background-image:		url("../img/marias.jpg");
	background-color:		#888888;
	background-position:	0px 0px;
	background-repeat:		no-repeat;
	font-weight:			bold;
	height:					100px;
	width:					300px;
	padding:				0 0 0 0;
}
td.pink
{
	background-color:		#de7676;
	border-width:			0px;
	font-family:			verdana;
	font-weight:			bold;
	font-size:			14pt;
	width:				125px;
	height:				30px;
}
td.litegray
{
	height:				50px;
	border-width:			0;
	background-color:		#bebebe;
	font-size:			14pt;
	font-weight:			bold;
	text-align:			center;
	color:				#ffffff;
}
td.darkgray
{
	height:				20;
	background-color:		#888888;
	border-width:			0px;
}

td.mainpanel
{
	height:				600px;
	border-left:		0px solid #666666;
	border-top:			0px solid #666666;
	border-right:		0px solid #dddddd;
	border-bottom:		0px solid #dddddd;
	font-size:			12pt;
	background-color:	#888888;
	text-align:			justify;
}

td.footer
{
	height:				10px;
	background-color:		#bebebe;
	font-size:			10px;
	text-align:			right;
	color:				#6c6c6c;
}
			
iframe
{
	border-width:			0px;
	background-color: 		#ff0000;
	margin-top:				20px;
	margin-left:			20px;
	margin-right:			10px;
	margin-bottom:			20px;
	width:					90%;
	height:					95%;

}


p
{
	letter-spacing:			10px;
}


a:link {color: #550000; text-decoration: none;}     /* unvisited link */
a:visited {color: #550000; text-decoration: none;}  /* visited link */
a:hover {color: #dd0000; text-decoration: none;}   /* mouse over link */
a:active {color: #aa0000; text-decoration: underline;}   /* selected link */
