body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #C06161;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
}

/*	
	Page Layout	
*/
.TableLayout{
	width:762px;
	padding:0;
	background-color:#EEEEEE;
	height:inherit;
}
.LeftSide{
	background-image:url(images/bg_right.jpg);
	background-repeat:repeat-y;
	padding:0;
	vertical-align:top;
	width:10px;
}
.RightSide{
	background-image:url(images/bg_right.jpg);
	background-repeat:repeat-y;
	padding:0;
	vertical-align:top;
	width:10px;
}
.Header{
	width:760px;
	background-color:#fefefe;
	height:186px;
	padding:0;
}
.Header{
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #C3C3C8;
	padding:0;
}

/*	
	Links	
*/
a:link{
	text-decoration:none;
	color:#dddddd;
}
a:visited {
	text-decoration: none;
	color:#dddddd;
}
a:hover {
	text-decoration: none;
	color:#888888;
}
a:active {
	color:#dddddd;
}

a.side:link{
	text-decoration:none;
	color:#333333;
}
a.side:visited {
	text-decoration: none;
	color:#333333;
}
a.side:hover {
	text-decoration: none;
	color:#990000;
}
a.side:active {
	color:#FF0000;
}

a.text:link{
	text-decoration: none;
	color:#990000;
}
a.text:visited {
	text-decoration: none;
	color:#333333;
}
a.text:hover {
	text-decoration: none;
	color:#990000;
}
a.text:active {
	text-decoration: underline;
	color:#333333;
}

.hiRow_1 {
	background-color:#EBCCCC;
	cursor:default;
}

.hiRow_1_Over {
	background-color:#F1DCDC;
	cursor:pointer;
	color:#990000
}

.hiRow_2 {
	cursor:default;
}

.hiRow_2_Over {
	cursor:pointer;
}

.hiRow_mode {
	background-color:#EBCCCC;
	cursor:default;
	background-image:url(images/modes.gif);
}

.hiRow_mode_Over {
	cursor:pointer;
	background-image:url(images/modes1.gif);
}

td.TableSideHead {
	font-family: Arial;
	color: #333333;
	background-color: #EEEEEE;
	TEXT-ALIGN: right;
	NOWRAP
}

td.TableSideData {
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	background-color:#EBCCCC;
	TEXT-ALIGN: left;
	font-weight: 500;
	NOWRAP
}

td.Content {
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	TEXT-ALIGN: justify;
	font-size:12px;
}

td.ContentSmall {
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	TEXT-ALIGN: justify;
	font-size:12px;
}

td.ContentHead {
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	TEXT-ALIGN:center;
	font-size:15px;
}

td.TableHead {
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	background-color:#EBCCCC;
	TEXT-ALIGN: left;
	font-weight:bold;
	NOWRAP;
}
td.TableType{
	font-family: Arial, "Comic Sans MS";
	color: #555555;
	background-color:#EEEEEE;
	TEXT-ALIGN: left;
	font-weight:bold;
	NOWRAP;
}