/* This entire program is the copyright of Infopop Corporation. */
/* For more info on the Ultimate Bulletin Board and other Infopop */
/* Products/Services, visit: http://www.infopop.com */
/* You may not distribute this program in any manner, modified or otherwise. */
/* You make modifications, but only for your own use and within the confines of the UBB License Agreement. */
/* Custom style sheet Created by JCS www.ubbdesign.com */

/* To remove underlines uncomment the section below. */
/* Links */
/* a:visited  {text-decoration: none;} */
/* a:link     {text-decoration: none;} */
/* a:hover    {text-decoration: underline;} */ 	
/* a:active   {text-decoration: none;} */

/* Global Tags */
FONT        {
font-family: Arial, Helvetica, sans-serif;
}

/* Table */
TABLE		{
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* Table Cell */
TD		{
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* DIV */
DIV		{
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* Paragraph */
P		{
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* Title bar */
.titlebar   {
color: #fffff8;
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Title bar text */
.titlebar1 {
color: #fffff8;
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* FDTextSize */
.small-font {
color: #000000;
font-size: 8pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

/* FDTextSize  - bold */
.small-font1 {
color:  #000000;
font-size: 8pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* FDTextSize - bold */
.small-font2 {
color: #000000;
font-size: 8pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* FDescript-font */
.descript-font {
color: #000000;
font-size: 8pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

/* TextSize */
.normal-font {
color: #000000;
font-size: 12px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

/* TextSize - bold */
.normal-font1 {
color: #000000;
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Category Bar */
.categorybar {
color: #ffffff;
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Category Link*/
.catbar {
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* Bread crumb trail*/
.breadcrumb {
font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/* BODY */
BODY  {
margin:  0px;
border:  0px;
padding: 0px;
}

hr {
color: #000000;
height: 1px;
}

/* Form box section */
.form1 {
color: #000000;
border-style: solid;
border-color: #000000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}