/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Tahoma, sans-serif;
	font-size:10pt;
}
* {
	border-collapse:collapse;
}

a:link, a:active, a:visited {
	color:#6464C8;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

ul {
	list-style-type:square;
}

h2 {
	font-weight:bold;
	color: #265196;
	font-size: 12pt;
}
/***********************************************************/

table.Page {
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

table.Tabs {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
}
table.Tabs a:link, table.Tabs a:active, table.Tabs a:visited {
	color:#000000;
	text-decoration:none;
}
table.Tabs a:hover {
	color:#000099;
	text-decoration:none;
}
td.leftTab {
	background-image:url(../images/tab_left.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:27px;

	padding-bottom:4px;
	vertical-align:text-bottom;
}
td.middleTab {
	background-image:url(../images/tab_middle.jpg);
	background-repeat:no-repeat;
	width:166px;
	height:27px;

	padding-bottom:4px;
	vertical-align:text-bottom;
}
td.rightTab {
	background-image:url(../images/tab_right.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:27px;

	padding-bottom:4px;
	vertical-align:text-bottom;
}

table.Footer {
	color:#5E91AE;
	font-size: 8pt;
	font-weight: bold;
}
table.Footer a:link, table.Footer a:active, table.Footer a:visited {
	color:#5E91AE;
	text-decoration:none;
}
table.Footer a:hover {
	text-decoration:underline;
}

/***************************************************************************************/

.note {
	font-size:9pt;
	color:#666666;
}

.error {
	color:#FF0000;
}

.linkBtn, a.linkBtn:link,  a.linkBtn:visited,  a.linkBtn:active {
	cursor:hand;
	cursor:hand; /* cross-browser syntax for a pointer/hand curser (must be in this order) */
	background-color: #F8C300;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #2C4F94;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

tr.oddRow, td.oddRow {
	background-color:#FFFFFF;
}
tr.evenRow, td.evenRow {
	background-color:#EFEFEF;
}

tr.headerCell, td.headerCell {
	background-color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
}

