/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	color: #333;
text-decoration: none;
font-weight: bold;
}

a:visited {
	color: #333;	
text-decoration: none;
font-weight: bold;

}

a:hover {
	color: #FF6A00;
text-decoration: none;
font-weight: bold;
}

.subTitleOld{
font-weight: bold; font-size: 12pt; color: rgb(255, 173, 115); border-bottom-style: solid; border-bottom-color: rgb(255, 173, 115); border-bottom-width: thin;background-color: rgb(250, 235, 215);
}
.subTitle{
font-weight: bold; font-size: 12pt; color: rgb(255, 106, 0); border-bottom-style: solid; border-bottom-color: rgb(255, 106, 0); border-bottom-width: thin;background-color: rgb(250, 235, 215);
}


.subTitleLight{
font-weight: bold; font-size: 13px; color: rgb(255, 173, 115); border-bottom-style: solid; border-bottom-color: rgb(255, 173, 115); border-bottom-width: thin;}


p{font-family: Verdana; font-size: 13px; text-align:justify}
ul{font-family: Verdana; font-size: 13px}

.normalText{font-family: Verdana; font-size: 11pt}
.textHeader{margin:0px;background-color:#FFFFFF ; color: #FFAD73; text-align: left; font-weight: bold; font-size: 16px}

.selaTable{ width: 100%; border: solid 2px #FF6A00;cellspacing:0px;cellpadding:0px;margin:0px;border-collapse:collapse;}

.tableBorderTop{border-top: solid 1px #FF6A00;}

.tableBorderBottom{border-bottom: solid 1px #FF6A00;}

.tableAltRow{padding:5px;font-family: Verdana; font-size: 13px;}

.tableRow{background-color: #FFAD73;padding:5px;font-family: Verdana; font-size: 13px;}
.tableHeader{margin:0px;padding:5px;background-color:#FF6A00; color: white; text-align: left; font-weight: bold;font-family: Verdana; font-size: 14px;}

.tableLabelRow{background-color: #FFAD73;padding:5px;vertical-align: text-top;border-bottom: solid 1px #FFAD73;font-weight: bold;}
.tableLabelRowItalic{background-color: #FFAD73;padding:5px;vertical-align: text-top;border-bottom: solid 1px #FFAD73;font-style: italic;font-weight: bold;}
.tableTextRow{padding:5px;vertical-align: text-top;}
.tableTextRowBorder{padding:5px;vertical-align: text-top;border-bottom: solid 1px #FFAD73;}

/* begin gallery styling */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */