* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

body {
	font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #a2a2a2;
	background-color: #ffffff;
	padding-top: 12px;
}

.tagline {
	font-size: 12px;
	color: #c2c2c2;
}

ul.horizontalMenu {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}

li.horizontalBullet {
	list-style-type: none;
	margin: -1px;
	padding: 0px;
	display: inline;
}

.menu {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

A.menu:HOVER {
	text-decoration: underline;
}

.menuDivider {
	display: inline;
	margin-left: 18px;
	margin-right: 18px;
}

.bluelink {
	color: #0085c9;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

A.bluelink:HOVER {
	text-decoration: underline;
}

.footerLink {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #9f9f9c;
	text-decoration: none;
}

A.footerLink:HOVER {
	text-decoration: underline;
}
A{
	color: #52ae00;
}
.greenLink {
	color: #52ae00;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

A.greenLink:HOVER {
	text-decoration: underline;
}

.bigGreen {
	color: #55ae00;
	font-size: 16px;
	font-weight: bold;
}

.greenComment {
	color: #55ae00;
	font-size: 14px;
}


.error {
	color: #ff0000;
	font: 11px/16px Tahoma, sans-serif;
	vertical-align: middle;
}
input.formfield {
	border: 1px solid #88d540;
	width: 192px;
	height: 15px;
	color: #8a8a87;
	font: 11px Tahoma, sans-serif;
	padding: 5px;
}
.formtitle {
	color: #8a8a87;
	font: 11px/16px Tahoma, sans-serif;
}
.profileForm {
	width: 200px;
	float: left;
	height: 62px;
	padding-right: 25px;
}
.checked {
	background-color: #222;
	background-image: url(../images/chk_on.png)
}

.unchecked {
	background-color: #1c1c1c;
	background-image: url(../images/chk_off.png)
}
.myProfileForm label {
	width:  400px;
	display: block;
	padding: 0.5em;
	padding-left: 32px;
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid #b3b3b3;
	background-color: #f9f9f9;
	clear: both;
	cursor: pointer;
	margin-bottom: 5px;
}
.selected {
	background-color: #222;
	background-image: url(../images/rdo_on.png)
}

.unselected {
	background-color: #1c1c1c;
	background-image: url(../images/rdo_off.png)
}