/* Default CSS Stylesheet for a new Web Application project */

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

img {
	border : 0px;
}
    

body, p, td, th {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    color: #666666;
}

Input, Select, Textarea {
	font-size: 11px;
	font-family: verdana;
	color: #666666;
}

h1, .heading1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	color: #003399;
	font-weight: bold;
	}	
			
h2,	.heading2 {
	font-size:	14px;
	color: #3D64B2;
	margin-bottom: 0px;
}

h3,	.heading3 {
	font-size:	12px;
	color: #3D64B2;
	margin-bottom: 0px;
}


A:link, A:visited, A:active
{
	color: #003399;
	text-decoration: underline;
}	
		
A:hover	{	
	text-decoration: none;
	color:	#000000;
	}
	
.tableborder {
	border : 1px dotted #999999;
}


.indentmain
{
	padding-left: 20px;
	padding-right: 5px;
	vertical-align: top;
}

.overlay {
	position:absolute;
	margin-left: 100px;
	margin-top: 25px;
	padding: 50px;
	width: 560px;
	z-index: 99;
	background-color: #ffffff;
	border: solid 1px black;
}


/* rootmenuitem */
A.rootmenuitem:link, A.rootmenuitem:visited, A.rootmenuitem:active
{
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}	
			
A.rootmenuitem:hover
{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

A.rootmenuitemselected:link,  A.rootmenuitemselected:visited, A.rootmenuitemselected:active {	
	text-decoration: none;
	color:	#000000;
	font-size: 11px;
	font-weight: bold
}	
			
A.rootmenuitemselected:hover
{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

/* submenuitem */
	
A.submenuitem:link,  A.submenuitem:visited, A.submenuitem:active {	
	color: #6699cc;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
}	
			
A.submenuitem:hover
{
	color: #000000;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
}

A.submenuitemselected:link,  A.submenuitemselected:visited, A.submenuitemselected:active {	
	text-decoration:	none;
	color:	#000000;
	font-size: 11px;
	line-height: 18px;
}	
			
A.submenuitemselected:hover
{
	text-decoration:	none;
	color:	#000000;
	font-size: 11px;
	line-height: 18px;
}

A.colourlink:link, A.colourlink:visited, A.colourlink:active {
	font-weight: bold;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}	
			
A.colourlink:hover {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

LI {
	list-style-image: url(/b2b/images/bullit.gif);
	margin-bottom: 4px;
}

ol A:link {text-decoration: none;}
ol A:visited {text-decoration: none;}
ol A:active {text-decoration: none;}
ol A:hover {text-decoration: none;}

.displaytable {
	border : 1px solid #e4e4e4;
	background-color:#efefef;
}

.displaytable p, .displaytable td {
	color:#000000;
}

.bbHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.bbHeaderWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.bbSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066ff;
}
.bbSubHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066ff;
}
.bbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
.bbbulit 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	list-style-position: outside;
	list-style-type: disc;
}

.headings {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	font-weight : bold;
}

.box {
	border-right: #cccccc 1px dotted;
	padding-right: 5px;
	border-top: #cccccc 1px dotted;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: #cccccc 1px dotted;
	padding-top: 5px;
	border-bottom: #cccccc 1px dotted;
}

.headername {
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #26a6e5;
}
.news {
	font-size: 12px;
	color: #4065B5;
	font-weight : normal;
}
.error {
	font-size: 11px;
	color: #ff5555;
	font-weight : normal;
}

.tableInsurance {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}