/*GLOBAL*/
body{
	background-color: ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	background-color: white;
}

TD{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

table{
	border-collapse: separate;
	border-spacing: 0px;
	border-color: lightsteelblue;
}

p{
	margin-right: 5px;
	margin-left: 5px;
}

/*HEADER*/
p.header{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

p.pageLabel{
	font-size: 10px;
	font-weight: bold;
	color: steelblue;
}

/*NAVBAR*/
p.navbar_img{
	text-align: center;
}

p.navbar{
	margin-left: 15px;
	text-align: left;
}

A.navbar:active{
	color: #ffffff;
	font-size: 11px; bold; 
	margin-left: 15px;
}

A.navbar:link{
	color: midnightblue;
	font-size: 11px; bold;
	margin-left: 15px;
}

A.navbar:visited{
	color: navy;
	font-size: 11px; bold; 
	margin-left: 15px;
}

A.navbar:hover{
	color: #ffffff;
	font-size;11px; bold;
	margin-left: 15px;
}


/*CONTENT*/
h1.content{
	font-size: 14px;
	font-weight: bold;
	color: #fd8505;
}

A.content{
	font-size: 12px;
	font-weight: bold;
	color: steelblue;
	text-decoration: none;
}

A.content:hover{
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

A.content:active{
	font-size: 12px;
	font-weight: bold;
	color: steelblue;
	text-decoration: none;
}
