@import url("main.css");
/* ------------------------------------------------------------------------------ */
a {
	font-weight: bold;
	text-decoration: none;
	color: #0090ff;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0090ff;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0090ff;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #000055;
}
body {
	color: #ffffff;
	background-color: #000000;
	margin-left: 4px;
	margin-top: 6px;
	margin-right: 4px;
	font-size: 100%;
	scrollbar-face-color: #000055;
	scrollbar-shadow-color: #0000ff;
	scrollbar-highlight-color: #000055;
	scrollbar-3dlight-color: #0000ff;
	scrollbar-darkshadow-color: #000055;
	/*scrollbar-base-color: #0000a0;*/
	scrollbar-track-color: #000055;
	scrollbar-arrow-color: #ffffff;
}
textarea {
	color: #ffffff;
	background-color: #000000;
}
.subTitle
{
	font-weight: bold;
	color: #ddddff;
	font-size: medium;
}
.note
{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.Text1 {
	color: #78a8ff;
	font-size: 100%;
	font-family: Verdana;
	font-weight: 600;
}
.inputText1 {
	color: #000000;
	border-style: solid;
	border-color: #0000ff;
	background-color: #ffffff;
	background-image: url(http://www.twinmounds.com/graphics/inputBackground.gif);
	font-size: 100%;
	font-family: Verdana;
	font-weight: 600;
	cursor: text;
}
/* -------------------------------------*/
#tblSearch {
	background-image: url("../images/style/Tile_Gray.jpg");
}
/* ------------------------------------------------------------------------------ */
.header_back {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
}
#header_left_back {
}
#header_left_front {
}
#header_right {
}
#header_advertisement {
	border: 1px solid #0000ff;
}
/* -------------------------------------*/
#tblMarquee {
	background-image: url("../images/style/Tile_Blue_Dark.jpg");
}
#thMarquee {
	background-image: url("../images/style/Tile_Gray.jpg");
}
#tdMarquee {
	border: 1px solid #666666;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
}
#thMarquee image {
	border: 1px solid #0000ff;
	background-color: #000055;
}
/* -------------------------------------*/
.tblIndex, .tblContent, .tblMenu {
	background-image: url("../images/style/Tile_Blue_Dark.jpg");
}
.thIndex, .thContent, .thMenu, .thContents, .thContentsSub {
	background-image: url("../images/style/Tile_Gray.jpg");
}
.thIndex {
	color: #000000;
}
.thContent {
	color: #222222;
}
.thContents, .thMenu {
	color: #444444;
}
.tblContents {
	background-image: url("../images/style/Tile_Gray_Dark.jpg");
}
/* -------------------------------------*/
.ulContents {
	list-style-image: url("../images/style/Dot_Yellow.gif");
	color: #ffffff;
	font-weight: bold;
}
/* -------------------------------------*/
.h1 {
	color: #666666;
}
.h2 {
	color: #444444;
}
.h3 {
	color: #222222;
}
.h4 {
	color: #000000;
}