/* CSS Document */
.text_body  {
    font-family: Tahoma;
    font-size: 12px;
    font-weight:normal;
    color: #121153;
}
.tabla_content  {
    border: solid 0.5pt #121153;
	padding: 2pt;
	width: 80%;
}
body  {
    background-color:#FFE947;
    font-family: Tahoma;
    font-size: 12px;
    font-weight:normal;
    color: #121153;	
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
p {
    font-family: Tahoma;
    font-size: 12px;
    font-weight:normal;
    color: #121153;
}
ul  {
	list-style-image:url(../imag/c_arrow.gif);
}
