@charset "utf-8";

/* Copyright Design Lounge Ltd */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #DFDFDF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	margin: 0px;
	padding: 0px;*/
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
/*	margin: 0px;
	padding: 0px;*/

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
/*	margin: 0px;
	padding: 0px;*/

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
/*	margin: 0px;
	padding: 0px;*/
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}

#navigation {
	width: 176px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
#navigation li {
	display: block;
	background-color: #ffffff;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	cursor:hand;
	text-decoration:none;
	}
	
#navigation a {
	display: block;
	background-color: #eeeeee;
	color: #666666;
	cursor:hand;
	text-decoration:none;
	width: 152px;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	}
	
#navigation a:hover {
	background-color: #d3d3d3;
	color: #333333;
	cursor:hand;
	text-decoration:none;
	}
	
#navigation #currentpage a {
	display: block;
	background-color: #a3a3a3;
	color: #ffffff;
	cursor:hand;
	text-decoration:none;
	width: 152px;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	}


/* Footer Navigation */
.footerwhitetext { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; font-variant: normal; line-height: 16px;	color: #ffffff;}
.footerwhitetext  a:link { color: #ffffff; 	text-decoration: none;	}
.footerwhitetext  a:visited { color:#ffffff;  text-decoration: none;}
.footerwhitetext a:active {	color: #ffffff; text-decoration: none;}
.footerwhitetext a { text-decoration: none;	color: #ffffff; }
.footerwhitetext a:hover { text-decoration: none; color: #ffffff; }



/* Footer Text */
.footerblacktext { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; font-variant: normal; color: #6A6965; 	margin: 0px;	padding: 0px;}
.footerblacktext a:link { color: #6A6965;	text-decoration: underline;}
.footerblacktext a:visited { color: #6A6965; text-decoration: underline;}
.footerblacktext a:active {	color: #6A6965;}
.footerblacktext a { text-decoration: underline;	color: #6A6965;}
.footerblacktext a:hover { text-decoration: none;	color: #6A6965;}



/*#navigation ul a:hover {
	color: #ffffff;
	text-decoration:none;
}*/


/* Form Buttons */

.gradbutton {BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 14px; font-weight:bold; BORDER-LEFT: #cccccc 1px solid; 	COLOR: #000000;	BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeee;  CURSOR: hand;
background-image: url(../images/buttonshadow-a.gif);
padding: 6px;
	  
}

.gradbuttonover {BORDER-RIGHT: #FFCC00 1px solid;	BORDER-TOP: #FFCC00 1px solid;	FONT-SIZE: 14px; font-weight:bold; BORDER-LEFT: #FFCC00 1px solid;	COLOR: #ffffff;	BORDER-BOTTOM: #FFCC00 1px solid;	FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff;  CURSOR: hand;
background-image: url(../images/buttonshadow-b.gif);
padding: 6px;
}

/* Forms */

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #F7F7F7;
	height: auto;
	width: auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	border-top: 1px solid #999999;
	border-right: 1px solid #AAB3B3;
	border-bottom: 1px solid #D5DDDD;
	border-left: 1px solid #AAB3B3;

}

/* Security Validation */

.securitytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}