
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif
	font-size : x-small;
}

/* Style for border around login on home page */
.login {
	font-family : Serpentine, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-style : outset;
	border-width : thick;
	border-color : #F46E00;
	text-align : center;
	padding : 15px;
	color : #004080;
}
.smaller {
	font-size : x-small;
}
.smallest {
	font-size : xx-small;
}
.picheader {
	font-size : x-small;
	font-family : Arial;
	background-color : #e0e0e0; 
}
.picspecs {
	font-size : x-small;
	font-family : Arial;
	background-color : #f0f0f0; 
}

.theader {
	background-color : #051399;
	color : #F2F5D7;
	font-weight : bold;
	font-size : x-small;

}
.theader A:link    { color: #F2F5D7 }
.theader A:active  { color: #F2F5D7 }
.theader A:visited { color: #F2F5D7 }

.leftside TD, .leftside
{
	background-image:url("\images\phoenixLeftBG.bmp");
}

