﻿/* CSS Document */
/* Globals */
body{
}
form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}
/* iDs */
#Main{
font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
color:#006600;
font-size:12pt;
text-decoration:none;


}

a.btlinks
{
	color:white;
	text-decoration:none;
	
}


a.btlinks:hover
{
	color:white;
	text-decoration:underline;
	
}


a.adrlink
{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
color:#006600;
	font-weight:bold;
	font-size:larger;
	text-decoration:none;
}

a.adrlink:hover
{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
color:#006600;
	font-weight:bold;
	font-size:larger;
	text-decoration:underline;
}


#paragraph, #paragraph2{
padding:0px 28px 12px 28px;
text-align:justify;
}
#paragraph2{font-size:10pt;
padding:0px 0px 12px 0px;
}

#Content{}
#location a{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
	color:#006600;
	font-size:12pt;
	text-decoration:none;
}
#location a:hover{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
	color:#FF0000;
	font-size:12pt;
	text-decoration:none;
}
#location a.direct{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
	color:#006600;
	font-size:10pt;
	text-decoration:none;
	font-style:italic;
}
#location a.direct:hover{
	font-family:baskerville, Georgia, Futura, Tahoma, "Times New Roman";
	color:#FF0000;
	font-size:10pt;
	text-decoration:none;
	font-style:italic;
}

/* Classes */
a.departLink{
color:#006F34;
font-weight:bold;
text-decoration:none;
font-size:12pt;

}
a.departLink:hover{color:#FF0000}

.centeredRed{
color:#ED5136; /************TRESiERRAS RED ************/
text-align:center;
font-weight:bold;
font-size:10pt;
}
.centeredRedLNK{
color:#ED5136; /************TRESiERRAS RED ************/
text-align:center;
font-weight:bold;
font-size:10pt;
}
.centeredRedLNK:hover{color:#006600;}
.centeredRedLNK1{
color:#006600; /************TRESiERRAS RED ************/
text-align:center;
font-weight:bold;
font-size:10pt;
}
.centeredRedLNK1:hover{color:#ED5136;}
