body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link{text-decoration:underline;}
a:active{text-decoration:underline;}
a:visited{text-decoration:underline;}
a:hover{text-decoration:none;}

/*---------------------------- Body Decoration ------------------------------------*/

.Navi_partition {
	background-image:  url(../resources/Images/Common/Navigation_Partition.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.BG_Navigation {
	background-image:  url(../resources/Images/Common/Bg_Navigation.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.BorderForm {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #872134;
	border-left-color: #872134;
}

.BorderGry {
	border: 1px solid #B8B8B8;
}

.HR_footer {
	background-image:  url(../resources/Images/Common/Bg_Footer.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/*---------------------------- Font size ------------------------------------*/

.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.Tahoma11 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*---------------------------- Font Colour ------------------------------------*/

.DarkGry {
	color: #5E5E5E;
}
.Grey {
	color: 4C4C4C;
}


/*---------------------------- Text fields ------------------------------------*/

.Textfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
}
