/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#5E5F5C;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:11px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------top links----------------------*/
			
.toplinks {
			font-size:11px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			}
			
.toplinks:hover {
			text-decoration:underline;
			}
			
.sidelinks {
			font-size:11px;
			color:#5C5C59;
			text-decoration:none;
			font-weight:bold;
			}
			
.sidelinks:hover {
			text-decoration:underline;
			}
			
/*------------------------------features----------------------*/

.features {
			font-size:11px;
			color:#515250;
			font-weight:bold;
			padding-left:35px;
			padding-top:23px;
			padding-right:15px;
			}
			
/*------------------------------list----------------------*/

.list {
			font-weight:bold;
			font-size:11px;
			color:#BC5C00;
			}
			
/*------------------------------FAQ----------------------*/

.faq {
			font-size:11px;
			color:#fff;
			font-weight:bold;
			}
			
.click {
			font-size:11px;
			color:#18B9F1;
			font-weight:bold;
			text-decoration:none;
			}
			
.click:hover {	
			text-decoration:underline;
			}
						
/*------------------------------footer----------------------*/

.footer {
	background-repeat:repeat;
	background-position:top;
	font-size:9px;
	color:#030303;
			}
			
.footerlink {
			font-size:10px;
			color:#D7D9D0;
			text-decoration:none;
			font-weight:bold;
			padding-left:5px;
			padding-right:5px;
			}
			
.footerlink:hover {
			text-decoration:underline;
			}
			
