/* basedo no subSilver.css do phpbb */
 /* general page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #00458a;
	scrollbar-highlight-color: #003366;
	scrollbar-shadow-color: #00458a;
	scrollbar-3dlight-color: #003366;
	scrollbar-arrow-color:  #003366;
	scrollbar-track-color: #003366;
	scrollbar-darkshadow-color: #003366;
}

/* style of links */
a:link { COLOR: #003366; TEXT-DECORATION: none }
a:visited { COLOR: #003366; TEXT-DECORATION: none }
a:hover { COLOR: #999900; TEXT-DECORATION: underline }

td { FONT-SIZE: 8pt; COLOR: #003366; FONT-FAMILY: verdana, arial, helevica, sans-serif }

/* general font families for common tags */
font,th,td,p { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* style for codes */

hr	{ height: 0px; border: solid #cccccc 0px; border-top-width: 1px;}

h1 { 
   font-size: 36px;
   color: #00458a;
}

/* Color and background from forms */
.formulario
{
	font-size: 5 px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1 solid #003366;
	background-color: #006699;
}

.code 
{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* General site text */
.siteTitle		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : bold; text-decoration : none; line-height : 120%; color : #006699; }
.siteTitleSub	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : text-decoration;
	color: #006666;
: none; color : #006699; }

.siteTextSmall	{ font-size : 9px; font-family: Verdana, Arial, Helvetica, sans-serif}
.siteTextMed	{ font-size : 5px; font-family: Verdana, Arial, Helvetica, sans-serif}
.siteText,p,td	{ font-size : 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

a.siteText,a.siteTextMed,a.siteTextSmall { color: #006699; text-decoration: none; }
a.siteText:hover,a.siteTextMed:hover,a.siteTextSmall:hover	{ color: #003366; text-decoration: underline; }

/* Footer links */
.siteFooterLinks	{ font-size : 11px; color : #003366; ; font-family: Verdana, Arial, Helvetica, sans-serif }
a.siteFooterLinks, a.siteFooterLinks:visited	{ color: #003366; text-decoration: none; }
a.siteFooterLinks:hover	{ color: #004c75; text-decoration: underline; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
/*td.row3	{ background-color: #D1D7DC; }*/


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
