body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #73B9BF;
}

/*---------------------------- Body Decoration ------------------------------------*/

.NaviTableCorner {
	background-image: url(../Images/Navigation/Table/Bg_CornerTopWhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.NaviPartitionLine {
	background-image: url(../Images/Navigation/Table/Bg_PatitionLine.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}


/*----------------------------------------------------------------------------------*/

/*---------------------------- Links -----------------------------------------------*/

a:link{
	text-decoration:none;
	color: #359DA6;
}
a:active{
	text-decoration:none;
	color: #FE562F;
}
a:visited{
	text-decoration:none;
	color: #359DA6;
}
a:hover{
	text-decoration:underline;
	color: #FE562F;
}

#BottomNavigation a:link{text-decoration:underline;}
#BottomNavigation a:active{text-decoration:underline;}
#BottomNavigation a:visited{text-decoration:underline;}
#BottomNavigation a:hover{text-decoration:none;}
	
/*----------------------------------------------------------------------------------*/

/*---------------------------- Font Size -------------------------------------------*/
#TextSize table {
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration: none;
}

/*----------------------------------------------------------------------------------*/

/*---------------------------- Color -----------------------------------------------*/

.Gray {
	color: #545252;
}

.GrayL {

	color: #BBBABA;
}

.GrayD {

	color: #8F8E8E;
}

/*----------------------------------------------------------------------------------*/

/*---------------------------- Text Fields ------------------------------------------*/

.FormField {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px solid #B0B0B0;
	color: #545252;
}

/*----------------------------------------------------------------------------------*/

