html { font-size: 100%; /* IE hack */ }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #bcbcbc;
	color: #333333;
	font-size: 0.625em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.1em;
}

h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1.3em;
	font-weight: normal;
	color: #333333;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bcbcbc;
	color: #333333;
	border: 1px solid #333333;
	scrollbar-base-color: #bcbcbc;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.music {
	font-size: xx-small;
	color: #0066ff;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.musiclabel {
	font-size: xx-small;
	color: #666666;
}
a.music:hover {
	color: #0066ff;
	text-decoration: none;
}

.content {
	padding-right:10px;
}
.logo {
	margin-left: 5px;
	margin-top: 5px;
}

.header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}

.subhead {
	background-color: #b0b0b0;
	margin-left: 5px;
}

.sma {
	font-size: xx-small;
}

.smabtn {
	font-size: xx-small;
}

.image {
	margin-right: 3px;
}

.imagelabel {
	padding-left: 30px;
}

.columnhead {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #333333;
	background-color: #bcbcbc;
}

.fieldlabel {
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
}
.fielditem {
	padding-bottom:3px;
	padding-right:5px;
	font-size:0.8em;
}

.linkboxhead {
	background-color:#666666;
	color:#FFFFFF;
	font-size:0.9em;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#satsymph {
	background-color:#666666;
	color:#FFFFFF;
	padding:5px;
}
#satsymph a:link, #satsymph a:active, #satsymph a:visited, #satsymph a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.linkboxbody {
	background-color:#bcbcbc;
	color:#666666;
	border:1px solid #666666;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}
#quicklinks ul {
	list-style: none;
	margin-left: 0;
	margin-bottom:0px;
	padding-left: 1em;
	text-indent: -1em;
}
#quicklinks li {
	font-size: 0.9em;
}

/* tigra menu css ************/
/* level 0 inner */
.m0l0iout {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	color: #333333;
	text-align: center;
}
.m0l0iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	padding: 0px;
	color: #333333;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	border : 1px solid #666666;
	background-color: #bcbcbc;
}
.m0l0oover {
	border : 1px solid #666666;
	background-color: #bcbcbc;
}

/* level 1 inner */
.m0l1iout {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
.m0l1iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #333333;
}

/* level 1 outer */
.m0l1oout {
	border : 1px solid #666666;
	background-color: #bcbcbc;
	filter: alpha(opacity=90);
}
.m0l1oover {
	border : 1px solid #666666;
	background-color: #bcbcbc;
}

/* level 2 inner */
.m0l2iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #333333;
}

/* level 2 outer */
.m0l2oout {
	border : 1px solid #666666;
	background-color: #bcbcbc;
}
.m0l2oover {
	border : 1px solid #666666;
	background-color: #bcbcbc;
}
/*****************************/

/*em sizing hacks!*/
table, input, textarea, select {
	font-size: 100%; /*IE Hack */
}
li li, td p {
	font-size: 1em;
}
/*****************/