/* styles retained from 2002 redesign */

BODY.solid {
	background-color : #cae1ff;
	font-family: Geneva, Verdana,  Arial, Helvetica, sans-serif;
	background-image : none;
	color: Black;
}
TABLE.box2 {												    
	background-color : #FFFAF0;
	text-align : center;
	width : 100px;
	border : solid;	border-color : #003366;	border-width : 0px 1px 1px 0px;}
	
TABLE.box2b {
	background-color : #FFFAF0;
	text-align : center;
	width : 100px;
	border : solid;
	border-color : #003366;
	border-width : 0px 1px 1px 0px;
	height : 48px;
	margin-right : 10px;}

TABLE.box4 { /* note use .box4b in v4 style sheet instead when possible */
	background-color : #B2D2EE;
	border : solid;
	border-color : #003366;
	border-width : 0px 1px 1px 0px;
	margin-right : 10px;
}	
TABLE.boxAA {
	background-color : #E9967A;
	border : solid;
	border-color : #A2B5CD;
	border-width : 1px 1px 1px 1px;
	font-family : Arial;
	font-size : smaller;
}
/* these two should get phased out - new style sheet has class without the 'span' */
span.linkedphoto {
	border : solid #000000;
	border-width : 0px 1px 1px 0px;
}
span.linkedphoto2 {
	border-bottom : 2px solid black;
	border-left : 2px solid #dcdcdc;
	border-right : 2px solid #696969;
	border-top : 2px solid White;
}
UL.dolphinhead {
	list-style-image : url(images/bullet-dolphin.gif);
	list-style-position : outside;
}
UL.dolphinleap {
	list-style-image : url(images/bullet-dolphinleap.gif);
	list-style-position : inside;
	margin-left : 0px;
}
UL.smalloval {
	list-style-image : url(images/bullet-oval-sm.gif);
	list-style-position : outside;
}
.lightnote {
	color : #4f4f4f;
	font-size :.7em;
}
.tealnote {
	color : #006666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :.7em;
}
.sectiontitle {
	color : #000066;
	font-size : 1.1em;
	font-weight : bold;
}
.sectiontitle2 {			
	color : #006666;
	font-weight : bold;
	font-size : 1.1em;
}
SPAN.sectiontitle3 {
	color : #000000;
	background-color : #BCD2EE;
	font-weight : bold;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
}
TD.sectiontitle3 {
	color : #000000;
	font-size : .8em;
	font-weight : bold;
	background-color : #BCD2EE;
	text-align : left;
	vertical-align : middle;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	text-transform: uppercase;
}
SPAN.sectionsubtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
}
TABLE.right-sidebar {
	width : 230px;
	margin : 0px 0px 5px 10px;
}
TABLE.box3b {
	background-color : #BCD2EE;
	border : solid;
	border-color : #A2B5CD;
	border-width : 0px 1px 1px 1px;
}
INPUT.xsm {
	background-color : #dcdcdc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}