/* CSS Document */
BODY {
    background-color: #000;
	font-family: Verdana;
	font-size: 11px;
    margin: 0;
    padding: 0;
    color: #AAA;
}

BODY.bggreen {
    background: url(../images/bggreen.jpg) no-repeat top center #000;
}

BODY.bgorange {
    background: url(../images/bgorange.jpg) no-repeat top center #000;
}

BODY.bgpink {
    background: url(../images/bgpink.jpg) no-repeat top center #000;
}

BODY.bgteal {
    background: url(../images/bgteal.jpg) no-repeat top center #000;
}

TD.menu {
    background-color: #000;
    height: 30px;
    text-transform: uppercase;
}

TD {
    line-height: 1.5em;
}

TD.moreonthis {
    text-align: right;
    line-height: 1.5em;
    color: #6fc055;
}

TD.moreonthis a {
    color: #6fc055;
	font-size: 10px;
}

TD.plusorange a {
    color: #f05023;
}

TD.bgblack {
    background-color: #000;
}

TD.bgwhite {
    background-color: #fff;
}

TD.bggrey {
    background-color: #262626;
}

TD.bgyellow {
    background-color: #ffe411;
}

TD.bggreen {
    background-color: #6fc055;
}

TD.bggreytextorange {
    background-color: #262626;
    color: #f05023;
    line-height: 1.2em;
}

TD.bggreytextyellow {
    background-color: #262626;
    color: #f4ed1a;
    line-height: 1.2em;
}

TD.bgcontact {
    background: url(../images/contactpic.jpg) no-repeat top center #000;
}

TD.titlegreen {
    color: #6fc055;
	font-size: 12px;
    height: 25px;
}

TD.titleorange { color: #f05023; font-size: 12px; height: 25px; text-transform: uppercase;}

TD.titlepink {
    color: #ec0185;
	font-size: 12px;
    height: 25px;
}

TD.titleteal {
    color: #00b7ce;
	font-size: 12px;
    height: 25px;
}

TD.titleyellow {
    line-height: 1.5em;
    color: #f4ed1a;
}

TD.plusorange {
    text-align: right;
    color: #f05023;
	font-size: 10px;
}

TD.plusteal {
    text-align: right;
    color: #00b7ce;
	font-size: 10px;
}

HR.lineteal {
    border: dashed #005c67;
    border-width:1px 0 0;
    height:0;
}

TD.small {
    font-size: 8px;
    line-height: 1.2em;

}

UL
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

LI
{
	margin-left: 12px;
	padding-bottom: 5px;
	list-style-position: outside;
}

a {
    color: #CCC;
    text-decoration: none;
}

a.teal {
    color: #00b7ce;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.css-vertical-text {
	text-align: right;
	color:#fff;
	writing-mode:bt-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	white-space:nowrap;
	margin: 0;
	display:block;
	bottom:0;
	width:910px;
	height:1px;
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
}

/* Page navigation */
#pgindex a#navindex,
#pgprofile a#navprofile,
#pgnews a#navnews,
#pgdownloads a#navdownloads,
#pgtop10 a#navtop10,
#pggallery a#navgallery,
#pglinks a#navlinks,
#pgcontact a#navcontact
{
    color: #f68121;
}