BODY {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color:#FFFFFF;
}
BODY, TD, A, P, SELECT {
	font-family: sans-serif;
	font-size: 8pt;
}
span A, blockquote A, P A, LI A, .link {
	color:#E30033;
	text-decoration:none;
	background:url('../images/bg_a.gif');
	background-repeat: repeat-x;
}
.update {
	padding:3px;
	color:#E30033;
/*	border:1px solid #EEEECC;
	background:#FFFFF6; */
	text-decoration:none;
}
P {
	line-height:16px;
	text-align:justify;
}

.title {
	font-family: sans-serif;
	font-size: 11pt;
	line-height:16px;
	font-weight:bold;
}
.error, .error P {
	display:block;
	border: #FF0000 1px solid;
	font-weight:normal;
	padding: 10px;
	color: #FF0000;
	font-size:11px;
	font-weight:bold;
	font-family: sans-serif;
	text-align:center;
	background-color: #FFFFE0;
}

.code, .code P {
	display:block;
	border: #EEEEEE 1px solid;
	font-weight:normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'FixedSys', 'Courier New' , Monospace;
	background-color: #F6F6F6;
}

.title2 {
	font-family: sans-serif;
	font-size: 10pt;
	line-height:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
A.title2:HOVER {
	text-decoration:underline;
}
A.title2 {
	background:none;
}

.categ {
	font-family: sans-serif;
	font-size: 8pt;
	color:#807E88;
	letter-spacing:1px;
	line-height:18px;
	background:url('../images/bg_categ.gif');
	background-repeat: repeat-x;
	display:block;
	font-weight:bold;
}
.categ A {
	font-family: sans-serif;
	font-size: 8pt;
	color:#807E88;
	letter-spacing:1px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	background:none;
}

.editorial {
	font-family: sans-serif;
	font-size: 9pt;
	color:#393744;
	line-height:16px;
	text-decoration:none;
}
.gray {
	font-family: sans-serif;
	font-size: 8pt;
	color:#4D4D4D;
	line-height:16px;
	text-decoration:none;
}
.gray A {
	font-family: sans-serif;
	font-size: 8pt;
	color:#E30033;
	text-decoration:none;
	background:url('../images/bg_a_gray.gif');
	background-repeat: repeat-x;
}
.alert4 {
	font-weight:bold;
	color:#000000;
	xcolor:#E30033;
	line-height:16px;
	text-decoration:none;
	display:block;
}
A:HOVER.alert4 {
	text-decoration:underline;
}
.alert3 {
	font-weight:bold;
	color:#000000;
	xcolor:#E37700;
	line-height:16px;
	text-decoration:none;
}
A:HOVER.alert3 {
	text-decoration:underline;
}
.alert2 {
	font-weight:bold;
	color:#000000;
	xcolor:#E3C200;
	line-height:16px;
	text-decoration:none;
}
A:HOVER.alert2 {
	text-decoration:underline;
}
.alert {
	color:#000000;
	line-height:16px;
	text-decoration:none;
	padding:2px;
}
A:HOVER.alert {
	text-decoration:underline;
	background:#FFFFFF;
}
.alert1 {
	font-weight:bold;
	color:#000000;
	xcolor:#83C41E;
	line-height:16px;
	text-decoration:none;
}
A:HOVER.alert1 {
	text-decoration:underline;
}
.title_editorial {
	color:#000000;
	text-decoration:none;
	font-size:16px;
}
.border_top {
	border-top:1px solid #E5E3E8;
}
.border_top_btm {
	border-top:1px solid #E5E3E8;
	border-bottom:1px solid #E5E3E8;
}
.more {
	font-family: sans-serif;
	font-size: 8pt;
	float:right;
	padding:6px;
	background:#FFFFFF;
	color:#393744;
	text-decoration:none;
}
.search {
	font-family: sans-serif;
	font-size: 8pt;
	float:right;
	background:#FFFFFF;
	text-decoration:none;
	border:none;
	width:22px;
	height:20px;
}
.search2 {
	font-family: sans-serif;
	font-size: 8pt;
	background:#FFFFFF;
	text-decoration:none;
	border:1px inset;
	width:158px;
	height:19px;
}
.btm {
	font-family: sans-serif;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 16px;
	background: url('../images/bg_btm.gif');
	background-repeat: repeat-x;
	color:#393744;
	text-decoration:none;
}
.btm A {
	font-family: sans-serif;
	font-size: 8pt;
	color:#807E88;
	text-decoration:none;
}

.a1{
	background: url();
	}/*A stupide, mine, method to bypass inherited url background*/

.a1:link {
	FONT-family:sans-serif;
	color:#000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    text-decoration: none;
	 } /* for unvisited links  */
   
.a1:visited {
	FONT-family:sans-serif;
	color:#000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	text-decoration: none
 	} /* for visited links */
  
.a1:active {
	FONT-family:sans-serif;
	color:#000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	text-decoration: underline; 
	}/* when link is clicked */
        
.a1:hover {
	FONT-family:sans-serif;
	color:#000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    text-decoration: underline;
	}/* when mouse is over link */
