/* 
################################################# 
##  CSS File
##  Javier 2004.12.15
#################################################
*/

body{
	background-color: #FFCC99;
	background-image:  url("../images/back_gradient.jpg");
	background-repeat: repeat-x;
}

a {
	COLOR: #000066; 
	TEXT-DECORATION: none
}

a:link {
	COLOR: #000066; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	border: none;
}

a.a_content:visited { 
	text-decoration: underline;
	COLOR: #297C29; 
	}
a.a_content:link {
/*	COLOR: #000066; */
	COLOR: #297C29; 
	text-decoration: underline;
	}
a.a_content:hover { 
	color: #FF0000;
	text-decoration: underline;
	}
a.a_content:active {
	text-decoration: underline;
	}
a.footer:visited { 
	text-decoration: underline;
	COLOR: #297C29; 
	}
a.footer:link {
/*	COLOR: #000066; */
	COLOR: #297C29; 
	text-decoration: underline;
	}
a.footer:hover { 
	color: #FF0000;
	text-decoration: underline;
	}
a.footer:active {
	text-decoration: underline;
	}

.menu a {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	font: bold 11px/30px verdana, arial, helvetica, sans-serif;
	color: #fff;
	padding-top: 0px;
	text-decoration: none;
}

.right_panel {
	background:  url("../images/rp_bg.gif") #ff9935
}

.rp_header {
	background:  url("../images/rp_subhead_bg.gif") no-repeat;
	font: bold 12px/22px arial, helvetica, sans-serif;
	color: #036;
	height: 22px;
	text-align: left;
	padding-left: 8px;
}

.rp_head_font {
	font: bold 12px/22px arial, helvetica, sans-serif;
	color: #036;
	height: 22px;
}

.rp_content {
	border-right: #990000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	background: #ffdd99;
	padding-bottom: 5px;
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #036;
	padding-top: 5px;
	border-bottom: #990000 1px solid;
	text-align: left;
}

.rp_lines {
	font: 10px verdana, arial, helvetica, sans-serif;
}

.footer {
	background:  url("../images/footer_out_mid.gif") 50% bottom;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.content {
	background:  url("../images/cont_bg.jpg") #fff no-repeat right bottom;
}

.text_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
/*
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
*/
}

.content_box {
	font-family: "Courier New", Courier, mono;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
}

.content_box2 {
	border-right: #909090 1px solid;
	border-bottom: #909090 1px solid;
}

.content_box3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.content_box4 {
	border-right: #990000 1px solid;
	border-bottom: #990000 1px solid;
}
