html, body { 
   height: 100%; 
}
body {
	background: #333333;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0px; 
	padding: 0px;
}

p, li, ul, ol, td, .main {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

input, textarea, select {
	background: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.checkbox, .radio {
	background: #666666;
	border: 0px;
}

th {
	color: #FFFFFF;
	text-align: center;
	background: #333333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px;
}

td.body {
	height: 100%;
}

p {
	text-indent: 20px;
}

p.book {
	margin-top: 1px;
	margin-bottom: 1px;
}

p.bookQuote {
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 30px;
	text-align: justify;
}

.brSmall {
	line-height: 3px;
}

.title {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 17px;
}
A.title {
	text-decoration: none;
}

.subTitle {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
A.subTitle {
	text-decoration: none;
}

.catTitle {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #CCA400;
	font-size: 16px;
	font-weight: bold;
}
A.catTitle {
	text-decoration: none;
}

.menuTitle {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: 14px;
	font-weight: bold;
}
A.menuTitle {
	text-decoration: none;
}

.hotNewsTitle {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #FEAE07;
	font-size: 14px;
	font-weight: bold;
}
A.hotNewsTitle {
	text-decoration: none;
}

.menu, .menuPointer {
	background: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
}
A.menu {
  text-decoration: none;
}
td.menuPointer {
	border-style: solid;
	border-color: #525252;
	border-width: 0px 0px 0px 1px;
}
td.menuPadding {
	padding-left: 10px;
	padding-right: 10px;
}
td.menuBorders {
	border-style: solid;
	border-color: #525252;
	border-width: 0px 1px 0px 1px;
}
td.menuBordersPadding {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #525252;
	border-width: 0px 1px 0px 1px;
}
td.menuBorderL {
	border-style: solid;
	border-color: #525252;
	border-width: 0px 0px 0px 1px;
}
td.menuBorderR {
	border-style: solid;
	border-color: #525252;
	border-width: 0px 1px 0px 0px;
}
td.menuBottom, table.menuBottom {
	border-style: solid;
	border-color: #525252;
	border-width: 0px 1px 1px 1px;
}

.content {
	margin-right: 5px;
}

.link {
	color: #FFFFFF;
}

.linkNoUnderline {
	color: #FFFFFF;
	text-decoration: none;
}

.comment, caption {
	font-size: 11px;
}

a.date {
	text-decoration: none;
}

.error {
	font-size: 11px;
	color: #FFFF00;
}

.yellow {
	color: #FFFF00;
}

.commentsTable {
	line-height: 13px;
}
.commentsBodyCell {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.commentsBody {
	background: #555555;
	border: solid 1px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.commentCurrent {
	font-weight: bold;
}

.date {
	color: #D5D5D5;
	font-size: 11px;
}

.imageDescription {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}

.bigLeftMargin {
	text-align: left;
	text-indent: 0px;
	margin-left: 20px;
}
p.bigLeftMargin {
	text-align: justify;
	margin-right: 20px;
}

.leftTabbed {
	margin-left: 20px;
	margin-bottom: 5px;
}

.leftTabbedSpan {
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 20px;
   text-indent: 0px;
}
.leftTabbedMargin {
	display: block;
	margin-left: 10px;
   margin-top: 1px;
   margin-bottom: 5px;
   text-indent: 0px;
}

.borderSolid {
	border: solid 1px;
	background: #999999;
}

.THnoBorderBottom {
	border-bottom: 0px;
}

.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.TDborderBottom {
	border-bottom: solid 1px;
}
.TDrightAlignBorderBottom {
	text-align: right;
	border-bottom: solid 1px;
}
.TDcenterAlignBorderBottom {
	text-align: center;
	border-bottom: solid 1px;
}
.TDborderBottomColor {
	border-bottom: solid 1px;
	border-bottom-color: #333333;
}
.TDcenterAlignBorderBottomColor {
	text-align: center;
	border-bottom: solid 1px;
	border-bottom-color: #333333;
}
.TDarticlesMainPage {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.TDnewsMainPage {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.copyright {
	font-size: 11px;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ABABAB;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
	color: #ABABAB;
	text-decoration: none;
}
a.copyright:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.scriptExecutionTime {
	color: #666666;
	font-size: 11px;
	text-align: right;
}

.buttonGreen {
	color: #FFFFFF;
	background: #339933;
}
.buttonYellow {
	color: #000000;
	background: #FFE775;
}
.buttonRed {
	color: #000000;
	background: #FF8A8A;
}
