.note{
   font-family : Verdana;
   font-size : 10px;
			color : gray;
}
.formfield{
   width : 262px;
   font-family : Verdana;
   font-size : 12px;
}
.activityEditField{
   width : 400px;
   font-family : Verdana;
   font-size : 12px;
}
.field{
   font-family : Verdana;
   font-size : 12px;
   padding-right : 5px;
   text-align : right;
}
.editViewImages{
   font-family : Verdana;
   font-size : 11px;
}
.listfield{
 font-family : Verdana;
 font-size : 11px;
}
.listheading{
 font-family : Verdana;
 font-size : 12px;
	font-weight : bold;
}
.header{
	border : 1px solid gray;
	width : 700px;
}
.loginHeading{
	font-family : Verdana;
	font-weight : bold;
	text-align : right;
	font-size : 15px;
}
.loginFooter{
	color : gray;
	font-family : Verdana;
	font-size : 10px;
}
.message{
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-align : center;
	background-color : #90EE90;
	border : 1px solid green;
}
.error{
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-align : center;
	background-color : #FFB6C1;
	border : 1px solid red;
}
.Nav{
	width : 180; 
	border-right : 1px solid gray;
	padding-left : 5px;
	padding-right : 5px;
	font-family : Verdana;
}
.NavLink{
	font-family : Verdana;
	font-size : 12px;
	color : black;
	text-decoration : none;
}
.NavBox{
	padding-top : 2px;
	padding-bottom : 2px;
	border-bottom : 1px solid gray;
}
.Content{
	width : 520;
	height : 400;
	padding-left : 5px;
	padding-right : 5px;
    font-family : Verdana;
	font-size : 11px;
	color : black
}
.contenttext{
	font-family : Verdana;
	font-size : 11px;
	color : black;
	text-align : left;
}
.listBackground{
	background-color : #F0F8FF;
}