/* This code is generally for formatting text */
body 	{
	font-family:verdana,helvetica,helv,arial,sans-serif; 
	background-color:#FFFFFF; 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px;
	scrollbar-3dlight-color:#003399;
	scrollbar-arrow-color:#003399;
	scrollbar-darkshadow-color:#003399;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
   	scrollbar-track-color:#FFFFFF;}
	
	
p 	{
	font-size:70%; 
	font-style:normal; 
	font-weight:normal; 
	line-height:140%; 
	color:#666666; 
	background-color:transparent; 
	padding:0px 0px 0px 0px; 
	margin:0px 10px 10px 10px; 
	}


p.footer {
	font-size:55%;
	font-style:normal; 
	font-weight:normal; 
	color:#003366; 
	background-color:transparent; 
	}
	
	
p.title {
	margin-top:0px; 
	font-style:normal; 
	font-weight:bold; 
	color:#003366; 
	background-color:transparent; 
	padding:0px 0px 0px 0px;}
	
	p.title1{
	margin-top:0px; 
	font-style:normal; 
	font-weight:bold; 
	font-size:60%;
	color:#003366; 
	background-color:transparent; 
	padding:0px 0px 0px 0px;}
	
	
.text 	{
	font-size:70%; 
	font-style:normal; 
	font-weight:normal; 
	line-height:140%; 
	color:#666666; 
	background-color:transparent; 
	padding:0px 0px 0px 0px; 
	margin:0px 10px 5px 10px; 
	}

	
/* For the input boxes */

input	{
	height:18px;
	font-size:90%;
	border: #666666 1px solid;
	}
	
.radio {
	border: 0px;
	}
	
	
textarea {
	border: #666666 1px solid;
	} 
	
	
select {
	border: #666666 1px solid; 
	font-size:90%;
	}
	
	
.buttons {
	background-color: #6699CC;
	color:white;
	} 
	
/* For the table navigation background */

td.navbg {
	background-image:url("../../common/img/nav_spacer.gif");
	vertical-align:top;
	}
	
td.promobg {
	background-image:url("../../common/img/promo_bg.gif");
	vertical-align:top;
	}


/* For the links */

a 	{
	font-style:normal; 
	color:#003399; 
	font-weight:normal; 
	text-decoration:none; 
	padding:0px 0px 0px 0px;}
	
a:hover {
	font-style:normal;
	font-weight:normal; 
	text-decoration:underline; 
	padding:0px 0px 0px 0px;}
	
	
a.foottext {
	font-style:normal; 
	color:#003399; 
	font-weight:normal; 
	text-decoration:none; 
	font-size:55%; 
	margin:0px; 
	padding:0px;}
	
a.foottext:hover {
	font-style:normal;  
	font-weight:normal; 
	text-decoration:underline; 
	margin:0px; 
	padding:0px;}
	
/* for lists */
	
ul	{
	margin: 0px 10px 10px 10px;      
    padding: 0px 10px 0px 10px;
    font-family: Verdana, Tahoma, Arial, "Sans Serif";
	font-weight: bold;
	line-height: 130%;
	}
	
li	{
	list-style:url(../../common/img/bulletbluearrow.gif) outside;
	margin: 0px 10px 0px 10px;      
    padding: 0px 10px 0px 0px;
    font-family: Verdana, Tahoma, Arial, "Sans Serif";
	font-weight: normal;
	font-size:70%;
	color:#666666;
	background-color:transparent;
    	}

