/* GENERAL HTML TAGS */
{

}

body,td{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
}

	ul			{
	background-repeat : no-repeat;
	list-style : url(images/image_bullet.gif);
	margin : 0px 0px 0px 10px;
	padding : 0px 0px 0px 16px;
}

.title{
	padding : 5px;
	background-color : transparent;
	color : #FFFFFF;
	font-size : larger;
}

	li			{
	margin : 0px 0px 0px 0px;
	padding : 0px 20px 5px 0px;
}

a:link,a:visited{
	color : #336699;
	text-decoration : none;
}

a:hover{
	color : #B22222;
	text-decoration : none;
}

a.mainnav:link,a.mainnav:visited{
	background-color : transparent;
	color : #FFFFFF;
	font-size : 100%;
	font-weight : bold;
	text-decoration : none;
	width : 100%;
}

a.mainnav:hover{
	background : #C0C0C0;
	color : #4B4B4B;
	font-size : 100%;
	font-weight : bold;
	text-decoration : none;
	width : 100%;
}


.bgwhite{
	background-color : #FFFFFF;
}

.bgwhitebox{
	background-color : #f4faff;
		border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}

a.adminbutton {
	border-bottom : #506785 2px solid;
	border-left : #506785 2px solid;
	border-right : #506785 2px solid;
	border-top : #506785 2px solid;
	color : #506785;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
}

input, textarea, select {
	border : 2px solid #506785;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : 900;
}

	.topbox{
	background-color : #0066cc;
	border : 2px GROOVE #FFFFFF;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	/*filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0066cc', EndColorStr='#3399cc'); */
}

.htmlbutton{
	border-bottom : #506785 2px solid;
	border-left : #506785 2px solid;
	border-right : #506785 2px solid;
	border-top : #506785 2px solid;
	color : #506785;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
}

/* SPECIAL LINKS */
a.footer:link{
	background-color : transparent;
	color : #506785;
	font-size : 10px;
	text-decoration : none;
}

a.footer:visited{
	background-color : transparent;
	color : #506785;
	font-size : 10px;
	text-decoration : none;
}

a.footer:hover{
	background-color : transparent;
	color : #003366;
	font-size : 10px;
	text-decoration : none;
}

a.black:link{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a.black:visited{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a.black:hover{
	color : #404165;
	font-size : 11px;
	text-decoration : none;
}

.toplinksstatic{
	color : #FF6600;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:link{
	color : #003366;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:visited{
	color : #003366;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:hover{
	color : #FF6600;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

/* FONT COLOURS  */
.fontbiege {
	color : #506785;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.redtitle{
	color : #404165;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

/* BACKGROUND COLOURS  */
.blackbackground{
	background : #000000;
	color : #FFFFFF;
}

/* COLOUR */
.white{
	border : none;
	color : #FFFFFF;
}

.red{
	color : #404165;
}

/* BORDER LINES */
	.box {
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}

	.boxrightonly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 0px solid #000000;
	border-right : 1px solid #000000;
	border-top : 0px solid #000000;
}

	.boxleftonly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 1px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}

	.boxtoponly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 1px solid #000000;
}

	.boxbottomonly {
	border-bottom : 1px solid #000000;
	border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}

	.boxrighttoponly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 1px solid #000000;
	border-right : 0px solid #000000;
	border-top : 1px solid #000000;
}

	.boxleftcream {
	border-bottom : 0px solid #000000;
	border-left : 1px solid #506785;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}

