table
{
	font-size:12px;
 	font-family:verdana;
}

td
{
	vertical-align:top;
}

input[type="text"]
{
	font-size:12px;
 	font-family:verdana;	
}

input[type="file"]
{
	font-size:12px;
 	font-family:verdana;	
}

input[type="password"]
{
	font-size:12px;
 	font-family:verdana;	
}

textarea
{
	font-size:12px;
 	font-family:verdana;	
}

input[type="submit"]
{
	font-size:12px;
 	font-family:verdana;	
	width:100px;
}

input[type="button"]
{
	font-size:12px;
 	font-family:verdana;	
	width:100px;
}

select
{
	font-size:12px;
 	font-family:verdana;	
}

#title td
{
	height:30px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

#subtitle td
{
	height:30px;
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	color:#0000FF;
}

#menu_color
{
	background-color:#AED575;
}

#menu
{
	width:150px;
	height:30px;
	background-color:#AED575;
	text-align:center;
	vertical-align:middle;
}

#menu a
{
	text-decoration:none;
	font-weight:bold;
	color:#00483A;
}

#menu_logout a
{
	text-align:left;
	vertical-align:middle;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	color:#00483A;
}

#menu a:hover, #menu_logout a:hover
{
    color:white;	
}

#menu_left
{
	background-color:#FFFFCB;
}

#menu_left td
{
	height:25px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	color:white;
}

#content td
{
	vertical-align:middle;
}

#new a, #content a, #menu_left a
{
	text-decoration:none;
	font-weight:bold;
	color:#00483A;
}

#new a:hover, #content a:hover, #menu_left a:hover
{
	text-decoration:underline;
}

#forum_menu td
{
	vertical-align:middle;
	font-weight:bold;
	color:white;
	background-color:#E0811B;
	height:30px
}

#border_bottom td
{
	border-bottom:1px dashed #98bf21;
	height:30px;
	text-align:left;
	vertical-align:middle;
	font-size:11px;
}

#content_border td
{
	border-bottom:1px dashed #98bf21;
	height:100px;
	text-align:left;
}

#bottom_dashed_line
{
	border-bottom:1px dashed #98bf21;
}