/* CSS Document */


body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}
a:link {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.estil2:link {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a.estil2:visited {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

a.estil3:link {
	font-family: "verdana";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.estil3:visited {
	font-family: "verdana";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.text {
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
.user {
	font-family: "verdana";
	font-size: 11px;
	font-weight: bold;
	color: #0033FF;
	}
.text_bold {
	font-family: "verdana";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
.text_cast{
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	}
.text_cast_bold{
	font-family: "verdana";
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	}
	
.button {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	background-color: #AAC4FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.button2 {
	font-family: "verdana";
	font-size: 10px;
	font-weight: normal;
	background-color: #99B0E6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

