html, body	{
	height : 101%;
	}
body	{
	font-family : calibri, tahoma, arial, san-serif;
	font-size : 11pt;
	color : black;
	margin : 0 0 0 0;
	background : #727A7C;
	}
input, textarea, submit, button	{
	font-family : calibri, tahoma, arial, san-serif;
	font-size : 11pt;
	}
h1	{
	font-size : 14pt;
	text-align : left;
	font-weight : normal;
	}
.dropnavlink, .dropnavlink:hover	{
	color : #ECE9E4;
	font-weight : bold;
	padding-left : 14px;
	margin-left : 2px;
	line-height : 22pt;
	text-decoration : none;
	}
.dropmenu	{
	position : absolute;
	z-index : 100;
	padding : 10px;
	background : #5F326D;
	visibility : hidden;
	border-radius: 5px !important; 
	-moz-border-radius: 5px; 
	-webkit-background-clip: padding-box;
	}
