

/*--- GLOBAL DEFS this is to disply the content of page -------------------------------------------*/


p {
line-height: 150%;
font-family: arial;
color:#666666;
font-size:12px;
}

td {
font-family: arial,helvetica;
color:#666666;
font-size: 12px;
}

.pageTitle {
font-family: trebuchet ms;
color:#333333;
font-size:22px;
text-transform: capitalize;
}

h1 {
font-family: arial;
color:#000000;
font-size:24px;
}


h2 {
font-family: arial;
color:#666666;
font-size:17px;
font-weight:bold;
margin-bottom: 2px;
padding-bottom: 2px;
line-height: 100%;
padding-left:19px;
margin-top:-3px;
} 

h3 {
font-family: arial;
color:#666666;
font-size:14px;
font-weight:bold;
margin-bottom: 5px;
padding-left:19px;
} 

h4 {
font-family: arial;
color:#333333;
font-size:12px;
font-weight:bold;
margin-bottom: 5px;
} 


.subTitle {
line-height: 150%;
font-family: arial;
color:#999999;
font-size:16px;
font-weight:bold;
}


.tiny {
font-size:10px;
}

.hint {
font-size:10px;
color: #999999;
font-family: trebuchet ms;
}

hr.thin {
border: 0px;
background-color: #DDD;
height: 1px;
margin-top: 5px;
margin-bottom: 10px;
padding: 0px;
}

li {
line-height: 150%;
}

ul.featuresList {
margin-left: 10px;
padding-left: 10px;
}

li.featuresList {
line-height: 150%;
font-size:12px;
font-family:arial;
list-style-image: url(../img/bullet_check.gif);
list-style-position: outside;
padding-left: 0px;
padding-bottom: 5px;
}




/*---- HYPERLINKS -------------------------------------------*/


a {color:#FF6600; text-decoration: none;}
a:visited {color:#CC6600; text-decoration: none;}
a:hover,a:active {color:#993300; text-decoration: underline;}




/*---- HOMEPAGE SPLASH IMAGE -------------------------------------------*/




#page p.rightTop{
	
	background:url(../images/right_top1.gif) 0 0 no-repeat;
	width:971px;
	height:20px;
}
#page p.rightBottom{
	
	background:url(../images/right_bottom1.gif) 0 0 no-repeat;
	width:971px;
	height:28px;
	float:left;
	margin-left:0px;
}

#right1{
	width:971px;
	float:none;
	background:url(../images/right_panel_bg1.gif) 0 0 repeat-y;
	vertical-align:top;
	margin-top:0px;
	color:#878767;
	height:337px;	
}


