body {
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: black;
  }
a:link {
  color: blue }
a:visited {
  color: blue }
a:hover {color: rgb(150,0,0)}
a:active {color: rgb(0,0,150)}

/* signup Elements */
p.signup {
font-size: 20px;
color: rgb(0,0,150);
margin-top:0px;
margin-bottom:0px;
}
p.signuptwo {
font-size: 14px;
color: rgb(0,0,150);
margin-top:0px;
margin-bottom:0px;
}


/* htmlForm Elements */
.dataEntryTable {
  	width: 650px;
	}

.formLabel  {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,150);
	}

.formField {
	width: 450px;
	} 

.dataEntryTableSmall {
  	width: 400px;
	}

.formLabelSmall  {
	font-weight: bold;
	text-align: right;
	width: 125px;
	}

.formFieldSmall {
	width: 275px;
	} 

/*forum elements */
.forumrow1
{
	background: #DFE6EF;
}

.forumrow2
{
	background: #E4EAF2;
}
.ipbtable
{
	width: 100%;
}

table.ipbtable,
tr.ipbtable,
td.ipbtable
{
	background: transparent;
	color: #222;
	font-size: 11px;
	line-height: 135%;
}

.ipbtable td
{
	padding: 5px;
}
.forumtitle
{
	background: url(style_images/tile_cat.gif);
	border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}
.newsflash
{
background-color: rgb(255,255,0);
border: dashed rgb(250,0,0);
width: 300px;
}
p.newsflash_title
{
	color: rgb(230,20,20);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 3px;
	text-align: center;
}
.createnewtopic
{
color: rgb(255,255,255);
font-size: 14px;
background: url(style_images/tile_newtopic.gif);
border: groove rgb(0,0,150);
width: 90px;
position:relative;
left:200px;
}
a.createnewtopicbutton:link {
text-decoration:none;
color: rgb(255,255,255);
}
a.createnewtopicbutton:visited {
color: rgb(255,255,255);
}
a.createnewtopicbutton:hover {
color: rgb(255,255,255);
}
a.createnewtopicbutton:active {
color: rgb(255,255,255);
}
.warning{
background-color: rgb(255,180,180);
border: dashed rgb(250,0,0);
width: 400px;
}
.warning_button{
color: rgb(190,30,30);
}