/*** TAG REDEFINITIONS ***/

a
{
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:black;
	text-decoration:none;
}

body, td
{
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

form
{
	margin:0px;
}

hr
{
	border:0px;
	height:1px;
	width:50%;
	color:#CCCCCC;
	background-color:#CCCCCC;
	margin:6px 6px 6px 0px;
}

img
{
	border:0px;
}

input
{
	border:1px solid #999999;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	padding:2px;
	height:19px;
}

select
{
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

option
{
	padding-left:5px;
	border:0px;
	vertical-align:middle;
}

/*** PARAGRAPH STYLES ***/

.top_line
{
	background:white url(../images/horiz_line.gif) top left no-repeat;
}

.bottom_line
{
	background:transparent url(../images/horiz_line.gif) bottom left no-repeat;
}

.left_line
{
	background:transparent url(../images/dot.gif) left repeat-y;
}

.top_line_nav
{
	background:white url(../images/horiz_line.gif) top right no-repeat;
}

.bottom_line_nav
{
	background:transparent url(../images/horiz_line.gif) bottom right no-repeat;
}

.left_line_nav
{
	background:transparent url(../images/dot.gif) right repeat-y;
}

.content
{
	padding:5px 12px 10px 12px;
	text-align:justify;
}

.header
{
	border-bottom:1px solid #999999;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0px 3px 0px;
	width:200px;
	margin-bottom:7px;
}

/*** GENERIC TAGS ***/

.button
{
	border:3px solid #777777;
	background-color:#EEEEEE;
	padding:3px;
	font-weight:bold;
	cursor:pointer;
	height:35px;
}

.error
{
	color:#FF0000;
	font-weight:bold;
}

.form_label
{
	font-weight:bold;
	padding:8px;
	text-align:right;
	color:#444444;
}

.grey
{
	color:#777777;
}

.grey_label
{
	color:#777777;
	padding:6px 3px 6px 0px;
}

.result_label
{
	color:#444444;
	padding:6px 0px 6px 0px;
}


.menu_item
{
	width:100%;
	padding:5px 0px 5px 0px;
	font-weight:bold;
}

.message
{
	color:#009900;
	font-weight:bold;
}

.no_border
{
	border:0px;
}

.table_field
{
	padding:3px 10px 3px 3px;
	/*text-align:left;*/
	vertical-align:middle;
}

.table_header
{
	padding:3px 10px 3px 3px;
	font-weight:bold;
	color:#444444;
	text-align:left;
	vertical-align:middle;
}