body
{
	
}

.text
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}

a.text:hover
{
	color: red;
	font : ;
}

.attention_text
{
	font-family: verdana;
	font-size: 12px;
	color: Red;
	line-height: normal;
	text-decoration: none;
	font:bold;
}

.pagetext
{
	font-family: verdana;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}

.pagetextgray
{
	font-family: verdana;
	font-size: 18px;
	color: Gray;
	line-height: normal;
	text-decoration: none;
}

.newstuff
{
	font-family: verdana;
	font-size: 13px;
	color: #FF8C00;
	line-height: normal;
	text-decoration: none;
	font: bold;
}

.mainlink
{
	font-family: verdana;
	font-size: 12px;
	color: Maroon;
	line-height: normal;
	text-decoration: none;
}

a.mainlink:hover
{
	color: blue;
}

.inactivelink
{
	font-family: verdana;
	font-size: 12px;
	color: Silver;
	line-height: normal;
	text-decoration: none;
}

.sublink
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	font: bold;
}

a.sublink:hover
{
	color: Fuchsia;
	font: bold;
}

.desctextbold
{
	font-family: verdana;
	font-size: 11px;
	color: Gray;
	line-height: normal;
	text-decoration: none;
	font:bold;
}

a.desctextbold:hover
{
	color: blue;
	font : bold;
}

.postdatetext
{
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	font:bold;
}

a.postdatetext:hover
{
	color: red;
	font : bold;
}

.desctext
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}

.desctextnew
{
	font-family: verdana;
	font-size: 11px;
	color: Red;
	line-height: normal;
	text-decoration: none;
}

.desctextedit
{
	font-family: verdana;
	font-size: 11px;
	color: Blue;
	line-height: normal;
	text-decoration: none;
}

.searchlinktext
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	font:bold;
}

a.searchlinktext:hover
{
	color: blue;
}

.newentrytext
{
	font-family: verdana;
	font-size: 11px;
	color: Red;
	line-height: normal;
	text-decoration: none;
	font: bold;
}

a.newentrytext:hover
{
	color: blue;
}

.admintext
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	font: normal;
}

.footer
{
	font-family: verdana;
	font-size: 10px;
	color: Gray;
	line-height: normal;
	text-decoration: none;
	font: normal;
}


.mainhrbar
{
	/*border-top: thin solid Gray; */
	border: 1px solid silver;
}

.obithrbar
{
	border-top: thin dotted Silver;
}

/* The following adds the lavendar background to a table, it is used on _leftmenu.js */
table.mainlinks
{
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #E6E6FA;
}

/* The following does the same as above, but allows the lavendar to fill the extra space at the bottom */
/* Created on 01-13-2008 */
td.mainlinks
{
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #E6E6FA;
}