* {
	text-decoration: none
}

body {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.topimage {
	background: url('cometBanner.jpg');
	height: 110px;
}

.header {
	background: #444444;
	color: #ffffff;
	font-weight: bold;
	height: 33px;
	font-size: 1em;
}

.menu {
	background: #444444;
	height: 100%;
	vertical-align: top;
	width: 150px;
}

.menu .top {
	height: 90px;
	padding-left: 10px
}

.menu a {
	color: #ffffff;
}

.menu .item {
	padding: 6px;
	font-weight: bold;
	color: #ffffff;
}

.menu .active {
	background: #ffffff;
	padding: 6px;
	font-weight: bold
}

.menu .active a {
	color: #000000
}

.menu .bar {
	background: #000000;
	width: 150px;
	height: 1px
}

.menu .ulist {
	padding: 10px;
	margin-top: 20px
}

.content {
	background: #ffffff;
	width: 100%;
	padding: 30px;
	font-size: 1.2em
}

.content .xads {
	height: 0px
}

.content .resourceRowOn {
	background: #abc;
	color: 000
}

.content .resourceRowOn a {
	color: #000
}

.content .resourceRow {
	background: #eeeeee;
	color: #111
}

.content .resourceRow a {
	color: #111
}

.content .resourceRowSpacer {
	background: #888888;
	height: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px
}

.content .resourceHeader {
	font-size: 1.2em;
	font-weight: bold
}

.content .login {
	font-size: 12px
}

.content .login input {
	height: 15px;
	width: 107px;
	border: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 12px
}

.navigate {
	background: #ffffff;
	height: 30px;
	padding-left: 40px;
	padding-bottom: 40px
}

.footer {
	background: #000000;
	color: #eeeeee;
	text-align: center;
	font-size: 1em;
	padding: 3px
}

.designByOnLeft {
	background: #000000;
	color: #eeeeee;
	text-align: left;
	font-size: 1em;
	padding-left: 4px
}

.designByOnRight {
	background: #000000;
	color: #eeeeee;
	text-align: right;
	font-size: 1em;
	padding-right: 4px
}

.designByOnRight a {
	color: #eeeeee;
	text-decoration: none
}

.designByOnLeft  a {
	color: #eeeeee;
	text-decoration: none
}