body {
	margin: 5px 5px 5px 5px;
	background-color : #FFFFFF;
	scrollbar-face-color:#E8E8E8;
	scrollbar-arrow-color:#747474;
	scrollbar-shadow-color:#E8E8E8;
	scrollbar-darkshadow-color:#B4B4B4;
	scrollbar-highlight-color:#E8E8E8;
	scrollbar-3dlight-color:#B4B4B4;
	scrollbar-track-color:#CCCCCC;
	font-family: "Comic Sans MS", Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #666666;
	font-size:11px;
}

p,td,th,div,input,textarea,select,li {
	font-family: "Comic Sans MS", Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #666666;
	font-size:11px;
}

.nombre {
	font-family: "Comic Sans MS", Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #666666;
	font-size:9px;
}

.tabla_titulo {
	background-color: #003366;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	background-image: url(icn/fondo.jpg);
}
.tabla_seccion {
	border: 1px solid #003366;
	width: 700px;
}
.forumrow {
	font-family: "Comic Sans MS", Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #000000;
	background-color: #F2F2F2;
	font-size: 12px;
} /*color of the forum rows*/

.maintable {
	border: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	width: 700;
	padding: 0px;
} /*main table for forum*/
.regrow {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12px;
} /*registration row, mainly here for symetry*/
.headline {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	font-size: 11px;
} /*headline row, the first row that says forum name, topics, posts and such*/
.catline {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
} /*the row with the category colors*/
.quotecode {
	font-family: "Comic Sans MS", Verdana,Helvetica,Tahoma,Arial,sans-serif;
	color: #000000;
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #A9C7FD;
	font-size: 12px;
	width: 100%;
} /*when you quote someone in a post*/


/* LINKS */

a:link, a:visited, a:active {
	color: #666666;
	text-decoration : underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #CCCCCC;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}

a.raya:link, a.raya:visited, a.raya:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.raya:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
}

a.raya_gris:link, a.raya_gris:visited, a.raya_gris:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.raya_gris:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
}
