body
{
	font-family: sans-serif;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../images/bg.gif");
}

.global
{
	width: 760px;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	text-align:	center;
}

.global td
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: black;
}

.global td.header
{
	height: 100px;
	background-color: #342F90;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
}

.global td.menu
{
	height: 20px;
	text-align: left;
	background-color: #CCCCCC;
	padding-left: 10px;
	font-size: 0.8em;
}

.global td.content
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
}

.global td.footer
{
	height: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #342F90;
	background-image: url("../images/bottom.png");
	background-repeat: no-repeat;
}

.global td.menu a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

table.global td.menu a:hover
{
	color: #FFFFFF;
}

table.global td.menu a.SelectLink
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.h
{
	font-weight: bold;
	font-size: 125%;
	margin-top: 30px;
	margin-bottom: 15px;
	color: black;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 10px 5px 10px;
	background: #e7f0f7;
}

a
{
	text-decoration: none;
	color: #05c;
}

a:hover
{
	text-decoration: underline;
	color: #05f;
}

table.normal
{
	border-width: 0px;
}

table.normal td
{
	border-width: 0px;
	font-size: 0.8em;
	vertical-align: top;
}

img
{
	border: 0px;
}

p
{
	text-align: justify;
}

.data
{
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.data th
{
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	border-color: gray;
	color: #000000;
	background-color: #DDDDDD;
	text-align: center;
}

.data td
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	text-align: center;
}