/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #006633;
scrollbar-arrow-color: #3399CC;
scrollbar-DarkShadow-Color: #666666;
scrollbar-Track-Color: #eeeeee;
scrollbar-Highlight-Color: #3399CC}


/*this references the font and style for the title of the "Baja's English Language Newspaper" title*/ 
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : 900;
	font-size : 20pt;
	font-style : italic;
	font-variant : normal;
	color : #000000;
	font : sans-serif;
	text-decoration : none}
	
.text {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10pt;
	padding-left : 10px;
	color: #00008B;
}	

.border{
	border-color : F3C73F;
	border-left : 1px F3C73F;
	border-right : 1px F3C73F;
	border-bottom : 1px F3C73F;
	border-top : 1px F3C73F;
	border-style : solid solid solid;
}

.bold {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #00008B;
}

.splashtext {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10pt;
	padding-right : 10px;
	font-weight : bold;
}

.splashbold {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #0000CD Black;
	border-style: dotted none dotted none;
	padding-left: 6px;
	padding-right: 6px;
	color: Black;
	font-style: normal;
	font-variant: small-caps;
}
	

.copywrite {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	color: #B0C4DE;
}

.background{
	background-image : url(images/re_sign2.gif);
	background-repeat : no-repeat;
}

.backgroundcopyright{
	background-image : url(images/re_copyright.gif);
	background-repeat : no-repeat;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	color: Gray;
}
   
TD {
	font-size: 10pt;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font : Tahoma;
}	
   
/*this is the style for the links before it is activated*/
A:LINK {
	color : #546FAD;
	font-size: 10pt;
	text-decoration : none;
	font-family : "MS Sans Serif", Geneva, sans-serif;}
	
	
/*this is the style for the links before it is activated*/
A:FOCUS {
	color : #228B22;
	font-size: 10pt;
	text-decoration : underline;
	font-family : "MS Sans Serif", Geneva, sans-serif;}



/*this is the style for the links after it is activated*/
A:visited {
	color : #808080;
	font-size: 10pt;
	text-decoration : none;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : transparent;}
	
	
	

/*this is the style for the links when the mouse is held over it*/
A:hover {
	color : #228B22;
	font-size: 10pt;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	text-decoration : underline;
	background-color : transparent;}

/*this is the style for the links when the mouse is down on it*/
A:active {
	color : #8FBC8F;
	font-size: 10pt;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	text-decoration : underline;
	background-color : transparent;}

#sca_body {
	background: #eee;
}

#sca_header {
	width: 750px;
	margin: 0 auto;
}