body	{
	margin : 0px;
	background-color : #440e62;
	color : #FFFFFF;
	font-family : Verdana;
	font-size : 12px;
	}
#nav a	{
	color : #FFFFFF;
	text-decoration : none;
	font-family : Verdana;
	font-size : 12px;
	}

#nav a:hover	{
		color : #440e62;
		text-decoration : none;
		}
#bar	{
	width : 100%;
	background-color : #136A80;
	height : 16px;
	text-align : right;
	color : #FFFFFF;
	font-family : Verdana;
	font-weight : bold;
	font-size : 14px;
	position : absolute;
	top : 90px;
	left : 0px
	}

#nav	{
	background-color : #136A80;
	height : 201px;
	width : 150px;
	position : absolute;
	top : 100px;
	left : 0px;
	}

#bottom	{
	position : absolute;
	top : 199px;
	left : 0px;
	}

#content	{
		position:absolute;
		left:160px;
		top:120px;
		width:75%;
		}
		

#content a, a:visited ,a:active	{
				color : #FFFFFF;
				text-decoration : none;
				}
#content a:hover	{
			color : #006600;
			text-decoration : none;
			}

em	{
	color : red;
	font-weight : bold;
	font-size : 12px;
	}

#red	{
	color : red;
	}

#datagrid	{
		border:1px solid #136A90;
		text-align:center;
		}

#cell	{
	background-color:#C69C6D;
	}
