.section_border
{
	border-width:1px;
	border-style:Solid;
	border-color:Silver;
}

.formlabel
{
	font-weight:bold;
	color:Blue;
	font-family:Tahoma;
}

.credits
{
	font-weight:bold;
	color:Blue;
	font-family:Tahoma;
	border-style:solid;
	border-width:1px;
	border-color:Silver;
	padding:2,2,2,2;
	background-color:Yellow;
}

.title_text
{
	font-weight:bolder;
	font-family:Tahoma;
	color:Black;
	font-size:large;
}

.title_text2
{
	font-weight:bolder;
	font-family:Tahoma;
	color:Black;
	font-size:medium;	
}

.title_text3
{
	font-weight:bold;
	font-family:Tahoma;
	color:gray;
}

.title_text4
{
	font-family:Tahoma;
	color:black;
	font-size:small;
}

.content_box
{
	border-width:1px;
	border-style:Solid;
	border-color:Silver;
	background-color:FFFFDD;
}

.content_tabs
{
	border-width:1px;
	border-style:Solid;
	border-color:Silver;
	background-color:FFFFDD;
	border-bottom-style:none;
	padding:3,3,3,3;
}

.result_field
{
	font-family:Tahoma;
	color:Black;
}

.result_head
{
	font-family:Tahoma;
	color:Black;
	font-weight:bold;
}

.result_head_cell
{
	border-bottom-style:solid;
	border-width:1px;
	border-color:black;
}

.alert_red
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:large;
	color:Red;
}
.alert_red2
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: Tahoma
}

.page_text
{
	font-family:Tahoma;
	color:Black;
}

.details_column
{
	border-left-style:solid;
	border-left-color:Black;
	border-left-width:1px;
	width:300px;
	padding-left:5px;
	padding-right:5px;
}

.details_start_column
{
	width:300px;
	padding-left:5px;
	padding-right:5px;
}

.small_text
{
	font-family:Tahoma;
	color:Black;
	font-size:smaller;
}

.lbrbluelink
{
	color:359FFF;
	font-weight:bold;
	text-decoration: underline;
}
	