a {
	color: #000066;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	text-decoration: underline;
	color: #0001A6;
}


a:hover.menu {
	text-decoration: none;
	color: Gray;
}

a.menu, a:visited.menu {
	color: White;
	text-decoration: underline;	
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
}

a:hover.menu {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

body,td,p,.body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	cursor: default;
}

h3 {
	font-size: 13px;
}


.border {
	border: 1px solid #040455;
	background-color: #FBF1F1;
	padding: 3px;
	margin: 3px;
}



.PHOTO_TYPE1 {
	background-color: #D3D3EB;
	padding: 2px;
	width: 80px;
	text-align: center;
}

.PHOTO_TYPE2 {
	background-color: #39399C;
	padding: 2px;
	color: White;
	width: 80px;
	text-align: center;
}

.row0 {
	background : White;
}

.row1 {
	background : #ECF5FF;
	
}

.formheader {
	color: White;
	font-weight: bold;
	font-size: 14px;
}

.formerror {
	color : Red;
}


.button {
	cursor: hand;
	height: 2.2em;
	color: Black;
	font: normal 9px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	vertical-align: middle;
	border: 2px outset #708090;
}


.status {
	color: Black;
	font-weight: bold;	
	width: 100%;
	border: 1px solid #E5E7F4;
	background: #FFFFE5;
	margin-top: 4;
	margin-bottom: 4;
	padding: 3;
}