@charset "UTF-8";
/* CSS Document */

.boarder {
	border: 1px solid #f5f5f5;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.content a:link,	 /* Sub Style class singles out all links in .maintext class area */
.content a:visited {
	text-decoration: underline;
	color: #F12600;
	font-size: 13px;
	font-weight: bold;
}
.content a:hover {	 /* Seperate hover attribute style */
	text-decoration: underline;
	color: #F12600;
	font-size: 13px;
	font-weight: bold;
}  


.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 33px;
}
.content2 a:link,	 /* Sub Style class singles out all links in .maintext class area */
.content2 a:visited {
	text-decoration: underline;
	color: #F12600;
	font-size: 13px;
	font-weight: bold;
}
.content2 a:hover {	 /* Seperate hover attribute style */
	text-decoration: underline;
	color: #F12600;
	font-size: 13px;
	font-weight: bold;
}  


.contentf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 19px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.contentf a:link,	 /* Sub Style class singles out all links in .maintext class area */
.contentf a:visited {
	text-decoration: none;
	color: #FC6801;
	font-size: 11px;
	font-weight: bold;
}
.contentf a:hover {	 /* Seperate hover attribute style */
	text-decoration: underline;
	color: #F12600;
	font-size: 11px;
	font-weight: bold;
}  

.ukbk {
	background-attachment: fixed;
	background-image: url(images/ukbk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}