/* CSS Document */
* {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #000000;
}

body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

img {border: 0px;}

.heading {
	font-size: 13pt;
	font-weight: bold;
	color: #0055a5;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

.title {
	font-size: 11pt;
	font-weight: bold;
	color: #0055a5;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

.copy {
	font-size: 9pt;
	color: #000000;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

ul {
	font-size: 9pt;
	margin-right: 12px;
}

.error {
	font-size: 10pt;
	color: #ff0000;
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
}

.copyright {
	font-size: 8pt;
	text-align: center;
	margin-top: 12px;
	color: #000000;
}

hr {
	color: #ffffff;
}

input, textarea, select, option {
	font-size: 9pt;
	color: #000000;
}

table.register {
	font-size: 9pt;
	width: 450px;
	margin-left: 12px;
	margin-right: 12px;
}

table.cart {
	font-size: 9pt;
	width: 550px;
	margin-left: 12px;
	margin-right: 12px;
}

td.regoff {
	font-size: 9pt;
	border: thin solid white;
	padding: 5px;
}

td.regon {
	font-size: 9pt;
	font-weight: bold;
	border: thin solid white;
	padding: 5px;
	background-color: #848e98;
}

textarea {
	overflow: auto;
}

/*Navigation links*/
a {
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

a.titlenav {
	font-size: 11pt;
	font-weight: bold;
	color: #0055a5;
	text-decoration: none;
}
a.titlenav:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #0055a5;
	text-decoration: underline;
}

a.leftnav {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

a.leftnav:hover {
	font-size: 9pt;
	color: #FFC726;
	text-decoration: none;
}

a.leftnavon {
	font-size: 9pt;
	font-weight: bold;
	color: #FFC726;
	text-decoration: none;
}

a.leftnavon:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #FFC726;
}

a.subnav {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.subnav:hover {
	text-decoration: underline;
}

a.image{
	text-decoration: none;
}

a.image:hover {
	text-decoration: none;
}
