/* CSS Document */

/* CSS for eOneNet.com index page only */

/* Last updated on 10 Feb 2006 */

BODY    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}

B   
{ 
	font-weight: bold;
}

P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}

TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom:5px;
	color: #666666;
	font-weight: normal;
	list-style-type:square;
}

A       {  color: #0066CC; text-decoration: none; }
A:hover {  color: #FF6600; text-decoration: underline; }

.blue_text_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
}

.white_header_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.orange_header_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}

.orange_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: normal;
}

.red_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.more
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
	text-align: right;
}

/************   TABLE CELL STYLES  *********************/

.blue_border_box
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #94BEFF;
	padding: 10px;
	line-height: 15px;
}

.blue_border_box1
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #94BEFF;
	padding: 0 3px 0 3px ;
}

.blue_no_leftborder_box
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #94BEFF;
	padding: 10px;
	line-height: 15px;
}

.blue_no_rightborder_box
{
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #94BEFF;
	padding: 10px;
	line-height: 15px;
}

.blue_only_leftborder_box
{
	border-width: 1px;
	border-bottom-style:none;
	border-top-style:none;
	border-left-style: solid;
	border-color: #94BEFF;
	padding: 10px;
	line-height: 15px;
}

.orange_border_box
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	padding: 10px;
	line-height: 15px;

}


/************   LINK STYLES  *********************/

a.blue_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #0066CC;
	text-decoration:none;
}
a.blue_link:hover
{
	text-decoration:underline;
	color: #0066CC;
}

a.bigblue_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	line-height: 20px;
	color: #0066CC;
	text-decoration:none;
}
a.bigblue_link:hover
{
	text-decoration:underline;
	color: #0066CC;
}

a.more_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
	text-decoration:none;
}
a.more_link:hover
{
	text-decoration:underline;
	color: #FF6600;
}

a.white_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration:none;
}
a.white_link:hover
{
	text-decoration:underline;
	color: #FFFFFF;
}

a.red_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FF0000;
	text-decoration:none;
}
a.red_link:hover
{
	text-decoration:underline;
	color: #FF0000;
}

a.orange_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FF6600;
	text-decoration:none;
}
a.orange_link:hover
{
	text-decoration:underline;
	color: #FF6600;
}

a.grey_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-decoration:none;
}
a.grey_link:hover
{
	text-decoration:underline;
	color: #666666;
}