@charset "utf-8";
/* CSS Document */
/* TAV colors 
Blk #000
Gray #ccc
RoyalBlue #00f
*/

.BorderTop {	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BorderLeft {
	border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;	
}
	
.borderblue {
	  border-radius: 20px; 
	  -moz-border-radius: 20px; 
	  -webkit-border-radius: 20px; 
	  border: 4px solid #232680; 
}

.circlegray { 
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #EBEBEB;
	width: 10px;
   height: 10px;
   background: gray; 
   -moz-border-radius: 10px; 
   -webkit-border-radius: 70px; 
   border-radius: 10px;
}

.circleblk { 
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 10px;
   height: 10px;
   background: #000; 
   -moz-border-radius: 10px; 
   -webkit-border-radius: 70px; 
   border-radius: 10px; 
}
.circleblue { 
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 10px;
   height: 15px;
   font-weight: bold;
   background: #335DCB; 
   -moz-border-radius: 10px; 
   -webkit-border-radius: 70px; 
   border-radius: 10px; 
}
/*Shadowbox around element: Right and Bottom*/
.shadowboxRB {
	 -moz-border-radius: 5px;
	  border-radius: 5px;
	 -moz-box-shadow: 5px 5px 5px black;
	 -webkit-box-shadow: 5px 5px 5px black;
	 box-shadow: 5px 5px 5px black;
 }
/*Rounded Corner on pic*/
.roundedcorner {
	 -moz-border-radius: 5px;
	  border-radius: 5px;
}	   
 /*Shadowbox around entire element: thicker*/
.shadowboxFULL {
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
/*Shadowbox one edge */
.shadowboxOne {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;	     -moz-border-radius: 5px;
	  border-radius: 5px;
}
 /*Shadowbox around entire element: thin*/
.shadowboxTHIN {
 -moz-box-shadow: 0 0 5px #888;
 -webkit-box-shadow: 0 0 5px#888;
 box-shadow: 0 0 5px #888;
 }

/*Picture frame with shadow*/
.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-webkit-transition:all .2s ease-in;
}
 /*Picture frame with shadow*/
.imagedropshadowDbl {
	padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-webkit-transition:all .2s ease-in;
	  border-width:5px; 
      border-style:double;
}	  
/*Picture frame with thick border*/

img.borderlight {
     outline: 1px solid #ddd;
     border-top: 1px solid #fff;
     padding: 10px;
     background: #f0f0f0;
}
img.borderdark {
     outline: 1px solid #111;
     border-top: 1px solid #555;
     padding: 10px;
     background: #333;
}
/*Blue button with White hover*/
a.buttonBlue {
	margin: 1em;
	display:block;
	width: 75px;
	background:#2c5ca7;
	border:2px solid #003399;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	} 

a.buttonBlue:hover {
	background:#ffffff;
	border:2px solid #0033ff;
	color:#000000;
	} 

/*Thin blue border*/
table.special { 
	border-collapse:collapse; border:2px solid blue; }

<table class="tablecolor">

</table>

/*FONTS*/
.style12blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00F;
}
.vstyle9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.vstyle10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.vstyle9RED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #F00;
}
.vstyle12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.style12RED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
}	
.style12WHT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FBFBF8;
}	
.style14WHT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FBFBF8;
}	
.style14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.style12BLU {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #335DCB;
	font-weight: bold;
}	
.style12 {
	font-size: 12px; font-family: Verdana, Arial, 	 Helvetica, sans-serif;
}
.style16 {	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.style16RED {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
}
.style16BLKbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

