body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.standard 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	color:#333333;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	color:#333333;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	 line-height: 1.2em;
}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.box {
	border-width: 1px;
	border-style: solid;
	border-color: #E8E8E8;
}

a 
{	
	color: Maroon;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

.textbox_standard {
	width: 140px;
}

.textbox_thin {
	width: 60px;
}

.textbox_wider {
	width: 280px;
}

.image_bordered {
	border: 1px solid #E3E3E3;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;

}


.image_bordered_margins {
	border: 1px solid #E3E3E3;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;

}

.image_just_margins {
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;

}


.image_just_bordered {
	border: 1px solid #E3E3E3;
}




.image_main {
	border: 1px solid #333333;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 4px;

}

.lb_margins {
	margin-left: 6px;
	margin-bottom: 6px;

}
.tb_margins {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 0px;
}

.subtitles 
{
	font-size: 12px;
	font-weight:bold;
	
}

.red_titles
{
	color: Maroon;
	font-size: 12px;
	font-weight:bold;	
}

.red_titles_nosize
{
	color: Maroon;
	font-weight:bold;	
}


.scroll_div {
	height:100%;
	overflow:auto; 
	width:100%; 
}

.no_scroll_div {
	height:100%;
	width:100%; 
}


.text_h2 {
	font-size:12px;
	font-weight:bold;

}

.bg_dotted {
	background-image:url(images/tier_2_tall_dots.gif);
}

.table_grey_border {
	border-width:1px;
	border-style:solid;
	border-color:#666666
}

.grey {
	color:#CCCCCC;
}

.grey:hover {
	color:#CCCCCC;
}

.yellow {
	color:#FFCC00;
}


.inner_centered td 
{
	text-align:center;
}

.tab_table {
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;

}
.tab_selected table{
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #FFFFFF;
	border-style:solid;
	border-width: 1px;

}
.tab_selected a {
	color:#000000;
}
.tab_selected a:hover {
	color:#000000;
}

.tab_unselected table{
	background-color:#808080;
}

.tab_unselected a{
	color:#FFFFFF;
}
.tab_unselected a:hover{
	color:#FFFFFF;
}
.private {
	color:#CCCCCC;
}

.hidden 
{
	color: Red;
	
}
.disc_hidden 
{
	color: Red;
	text-decoration:line-through;
	
}
.disc 
{
	text-decoration:line-through;
	
}

.tb_margins .disc {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 0px;
}

.tb_margins .disc_hidden {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 0px;
}
.tb_margins .hidden {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 0px;
}

.tb_margins .std {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 0px;
}

.highlight {
	color: #FEBE00;
}

.highlight:hover {
	color: #FEBE00;
	text-decoration:underline;
}

.alert 
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
}
	
	