/* Default CSS Stylesheet for a new Web Application project */{}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

* {margin: 0px; padding: 0px;}

#header
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: navy; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	background-color: #ccccff; /* Background color */
}

#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: navy; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #ece2f1; /* Background color */
	background-image: none; /* Background Image */
}

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	background-color: #ccccff; /* Background color */
}