/* CSS definition file containing site wide stylesheets */

.Head1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 32px;
 	color: rgb(0,0,153);
 	font-weight: bold
}

.Head2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,0,153);
 	font-weight: bold
}

.Body {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	font-style: normal;
	color : rgb(0,0,0)
}

.MylistLI {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	font-weight: bold;
	margin-bottom : 8px
}

.Head3 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	font-weight: normal;
	font-style : normal
}