/* CSS Document */
/*only sescondary*/


#textBox_top{
background-image:url(images/textBox_top.gif);
background-position:center bottom;
background-repeat:no-repeat;
}
#textBox_middle{
background-image:url(images/textBox_middle.gif);
background-repeat:repeat-y;
background-position:center;
}
#textBox_bottom{
background-image:url(images/textBox_Bottom.gif);
background-position:center top;
background-repeat:no-repeat;
}
#content{
width:470px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#1c2646;
padding:5px 10px 5px 10px;
text-align:justify;
}

#content img{
border-top:#003399 solid 1px; 
border-right:#003399 solid 1px; 
border-bottom:#999900 solid 1px; 
border-left:#999900 solid 1px;
position:relative;
top:5px;
}

#caption{
color:#000000;
font-weight:bold;
font-style:italic;
font-size:10px;
}

.line-break {

	height: 1px;
	width: 50%;
	color: #ddd;
	color: #ddd;
	clear: both;
}

img.img-left {
	float: left;
	margin: 0 6px 6px 0;
}

td {
	vertical-align: top;	
}

h4 {
	margin-top: 0px;
	padding-top: 0px;
}