@import url('forms.css');
@import url('errorbox.css');
@import url('banner.css');
@import url('footer.css');
@import url('leftmenu.css');
@import url('lists.css');
@import url('sidebar.css');
@import url('print.css');

BODY  {
	background: url(../gfx/bg.gif) repeat-y #fff;
	margin: 0;
        padding: 0;	
	font-family: Arial, Helvetica, sans-serif;

}
html , body , div , p , ul , li , input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333;
}

TABLE TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

IMG {
	border:  0px;
	padding: 0px;
	margin:  0px;
}
A {
	color: #0A3E5C;
}
P {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 140%;
}
h1 {
	font-size: 14px;
	border-bottom: 1px solid #0A3E5C;
	color: #0A3E5C;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 12px;
	color: #0A3E5C;
	padding: 5px 0 10px 0;
	margin: 0;
}

DIV.mediaobjectleft {
	margin-top:    0em;
	margin-bottom: 0.5em;
	margin-right:  1.5em;
	margin-left:  2px;
	float: left;
}

DIV.mediaobjectright {
	margin-top:    0em;
	margin-bottom: 0.5em;
	margin-left:   1.5em;
	margin-right:  2px;
	float: right;
}

em {
	font-style: normal;
	font-weight: bold;
}
table.container {
	width: 994px;
}
table.container td.leftnavi{
	width: 243px;
}

table.container td.content{	
	width: 100%;
	padding: 15px;
}

table.container td.sidebar{
	width: 185px;
}

DIV.formalparatitle {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
tt.email {
	font-family: Arial, Helvetica, sans-serif;
}

DIV.pics table {
	width: 100%;
}

DIV.caption {
	background: #0A3E5C;
}

DIV.caption P {
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	padding: 2px 5px
}

.label {
color:#002020!important;
font-size:11px!important;
font-weight:bold!important;
}
DIV.stream {
	background: #F2DF0E;
	height: 172px;
}
DIV.stream DIV{
    font-size:14px;
	font-weight: bold;
}

P.pdf  {
	margin-bottom: 0;
}

P.pdf A {
	background: url('../gfx/pdf.gif') no-repeat left top;
	padding-left: 18px;
}

