@import url("../style00/style.css");
/*************************************************************************************\
|*************************************************************************************|
| BODY                                                                                |
\*************************************************************************************/
hr {
    color: #7D7D7D;
}
select,
input, 
option{
    background: #7D7D7D;
}
textarea{
	color:#000000;
}
/*************************************************************************************\
|*************************************************************************************|
| MAIN                                                                                |
\*************************************************************************************/
.mainHead{
	color: #7D7D7D;
}
.mainHeadSmall{
	color: #7D7D7D;
}

/*************************************************************************************\
|*************************************************************************************|
| FORUM                                                                               |
\*************************************************************************************/
.forumHead{
	color: #7D7D7D;
}
/*************************************************************************************\
|*************************************************************************************|
| NAV LEFT                                                                            |
\*************************************************************************************/
.navLeftHead{
	color: #7D7D7D;
}

/*************************************************************************************\
|*************************************************************************************|
| NAV RIGHT                                                                           |
\*************************************************************************************/
.navRightHead{
	background-color: #7D7D7D;
}

/*************************************************************************************\
|*************************************************************************************|
| NAV TOP                                                                             |
\*************************************************************************************/
.navTopHead{
}

/*************************************************************************************\
|*************************************************************************************|
| NAV BOTTOM                                                                          |
\*************************************************************************************/
.navBottomHead{
}

A.navTopLink:link,
A.navTopLink:visited,
A.navLeftLink:link,
A.navLeftLink:visited,
A.navRightLink:link,
A.navRightLink:visited,
A.navBottomLink:link,
A.navBottomLink:visited	{
}

A.navTopLink:active,
A.navTopLink:hover,
A.navLeftLink:active,
A.navLeftLink:hover,
A.navRightLink:active,
A.navRightLink:hover,
A.navBottomLink:active,
A.navBottomLink:hover {
    color: #7D7D7D;
}

/*************************************************************************************\
|*************************************************************************************|
| STYLE                                                                          |
\*************************************************************************************/
.styleTopLeft{
	background-image: url("topLeft.gif");
	height: 20px;
	width: 20px;
}
.styleTopMiddle{
	background-color: #7D7D7D;
	height: 20px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.styleTopRight{
	background-image: url("topRight.gif");
	height: 20px;
	width: 20px;
}

.styleBottomLeft{
	background-image: url("bottomLeft.gif");
	height: 16px;
	width: 16px;
}
.styleBottomMiddle{
	background-color: #CCCCCC;
	height: 16px;
	width: 100%;
	
}
.styleBottomRight{
	background-image: url("bottomRight.gif");
	height: 16px;
	width: 16px;
}