@import url("template-styles.css");

body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
img { border: 0 }

.small-font {font-size: 10px}
.medium-font {font-size: 14px}
.error-red {color: #ce3931; font-weight: bold}
.article-hdr {  font-size: 14px; font-weight: bold}

.gray-hr {background-color: #CCCCCC}

.gray-bg1 {background-color: #CCCCCC}
.gray-bg2 {background-color: #E6E6E6}

.login-small-input {  height: 18px; width: 100px; border-color: #e9e9e9; font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.frm-txt {  height: 18px; border-color: #e9e9e9; font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.section-bg {background-color: #E6E6E6}

.forum-border {background-color: #999999}

.forum-header {background-color: #CACACA; color: #000000}
	.forum-header a:link {  color: #000000; text-decoration: none}
	.forum-header a:visited {  color: #000000; text-decoration: none}
	.forum-header a:active {  color: #000000; text-decoration: none}
	.forum-header a:hover {  color: #000000; text-decoration: underline}
	
.forum-main-bg {background-color: #EFEFEF}
.forum-main-bg2 {background-color: #F9F9F9}
.forum-main-bg3 {background-color: #FFFFFF}

.forum-category {background-color: #D6D6D6; color: #000000}
	.forum-category a:link {  color: #000000; text-decoration: none}
	.forum-category a:visited {  color: #000000; text-decoration: none}
	.forum-category a:active {  color: #000000; text-decoration: none}
	.forum-category a:hover {  text-decoration: underline}
	
