/* Thyraxx ThaRubianRebell StyleSheet (0)2003 made by Thyraxx for Thyraxxical Multimedia Productions..  */
/*
/* ............The Basic Window Style Rules for The THYRAXXPages................................... */
body {
	scrollbar-3dlight-color: '';
	scrollbar-arrow-color: #0000FF;
	scrollbar-darkshadow-color: '';
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: '';
	scrollbar-shadow-color: '';
	scrollbar-track-color: dark-grey;
	margin: 2px;
	background-color: #d4d0c8;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}
.page{}
.header{}
.navbar{}
.content_main{}
.content_header{}
.content_paragraph{}
.content_links{}
.footer_main{}
.footer_links{}

#page{}
#header{}
#navbar{}
#content_main{}
#content_header{}
#content_paragraph{}
#content_links{}
#footer_main{}
#footer_links{}

.image {
	border: 1px solid #333333;
}
.sidebar {
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	height: 100%;
	width: 100%;
	padding: 2px;
}
.menu_side {
}

.menu_side_item {
	background-color: #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-top: 1px solid #333333;
	color: #2200CC;
	font-weight: normal;
	height: 20px;
}

.sidebar_tr {
	background-color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

/* ............a:link = State of a normal link on the page..................................... */
	a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #00c;
	}

/* ............a:visited = State of a visited link on the page................................. */
	a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	}

/* ...........a:hover = State of a link on mouseover/hover................................ */
	a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #999999;
	text-decoration: none;
	}

/* .........The display:inline removes the space after your form elements................. */

	form {
	display: inline;
}

/* .........H1 rule with 0 margin, bottom border and medium gray background............... */

	h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: .1em;
	color: #FF6600;
	font-style: normal;
	font-weight: normal;
}

/* ........H2 rule with 0 margin, bottom border and light gray background................. */

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: .1em .5em;
	border-bottom: .05em solid #000;
	color: #777;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 2em;
	color: #CCCCCC;
}
/* .......Apply a help cursor (a question mark) to elements like tooltips (title="Tooltip Here") to emphasis the subject. */
	.help {
	cursor: help;
	}
strong {
	letter-spacing: 2px;
	vertical-align: super;
}