

* { margin:0; padding:0;}
html,  textarea, select{font-family:Arial, tahoma, verdana; font-size:12px; color:#585858;}

/*in_line*/
 select {  font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
/*ul { list-style:none;}*/

/*strong a{ color:#D58905;  background:url(images/marker.gif) no-repeat left top; background-position:0 3px; padding-left:17px; text-decoration:underline;}
strong a:hover{ text-decoration:none}*/

a:hover{text-decoration:none;}
/*a {color:#FF8A00;}*/
/*strong{ color:#151515;}*/

/*.column { float:left;}
.clear { clear:both;}*/

.fastfacts{
font: bold 12px Arial;
color: #103167;
background: white url(images/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 7px; /*header text is indented 10px*/
}


/*li a {line-height:18px; color:#FF8A00; text-decoration:underline;}
li a:hover { text-decoration:none; color:#FF8A00;}


ul.square {
list-style-type: square;
color:#333333;
}*/

.headertext {
	font-family:Arial, tahoma, verdana;
	font-size:medium;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:0px;
}

/* ------------------------------------------------------------------------------------------------ */
.Datagrid_Header {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: white;
	background-color: #2D3041;	
}

.Datagrid_Item 
{	
	font:Arial;
	font-size:12px;
	color: black; 
	background-color: white;
}


.Datagrid_AlternatingItem {
	font: arial;
	font-size:12px;
	color: black;
	background-color: #F0F0F0;

}

/*-------Rounded Cornerd Div--------*/

.box { 
  background: #00145B; 
  width:250px;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


