/* Default CSS Stylesheet for a new Web Application project */
H1
{
	font-weight: bold;
	font-size: 22px;
}

H2
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}

BODY
{
	font-size: 12px;
	font-family: Arial;
}

P
{
	font-size: 12px;
	font-family: Arial;
}

TD
{
	font-size: 12px;
	font-family: Arial;
}



TABLE.boxed
{

	border-right: 1px solid;
	padding-right: 5px;
	border-top: 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: 1px solid;
	width: 580px;
	padding-top: 5px;
	border-bottom: 1px solid;
	border-color: blue
}


TABLE.boxed250
{

	border-right: 1px solid;
	padding-right: 5px;
	border-top: 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: 1px solid;
	width: 250px;
	padding-top: 5px;
	border-bottom: 1px solid;
	border-color: blue
}



TABLE.leftCallout
{

	border-right: 1px solid;
	padding-right: 5px;
	border-top: 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: 1px solid;
	width: 152px;
	padding-top: 5px;
	border-bottom: 1px solid;
	border-color: black
}


TABLE.rightCallout
{
	border-right: 1px solid;
	padding-right: 5px;
	border-top: 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: 1px solid;
	width: 170px;
	padding-top: 5px;
	border-bottom: 1px solid;
}

A.topNav
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: black;
	text-decoration: none;
}

A.footerNav
{
	color: black;
	text-decoration: none;
}

A.footerNav:visited
{
	color: black;
	text-decoration: none;
}

A.footerNav:hover
{
	color: blue;
	text-decoration: none;
}


A.topNav:visited
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: black;
	text-decoration: none;
}

A.topNav:hover
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	text-align: center;
	text-decoration: none;
}


FONT.calloutTitle
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

div.leftPanel
{
	left: 10px;
	position: absolute;
	top: 130px;
}

div.mainCenter
{
	left: 180px;
	width: 400px;
	position: absolute;
	top: 140px;
}

div.mainCenterWide
{
	left: 180px;
	width: 580px;
	position: absolute;
	top: 140px;
}

div.mainLeft
{
	left: 19px;
	width: 580px;
	position: absolute;
	top: 140px;
}

div.mainLeftWide
{
	left: 19px;
	width: 700px;
	position: absolute;
	top: 140px;
}

div.rightPanel
{
	left: 600px;
	position: absolute;
	top: 140px;
}

div.pageFooter
{
	width: 450px;
	font-size: 11px;
	position: relative;
	left: 0px;
}



BODY
{
	margin: 0px;
}
TABLE.main
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 730px;
	padding-top: 0px;
}

TD.ListHeader
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	background-color: black;
}

