/* CSS Document */

/* All div starts here */
#header {
	background:url(images/banner.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#news {
	background-image:url(images/news_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

#index_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0033FF;
	padding-left:14px;
}

#menu_bg{
	background-image:url(images/navigator_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}


/* All div ends here */


 
body {
	background-image:url(images/bg_b.gif);
}
	
.main{
	font-size:11px;
    font-family:Tahoma; 
    color:#696969;
	line-height:12px
}

.service_overview {
	font-family:Arial;
	font-size: 12px;
	color:#333333;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

.select_skin {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#CCCCCC; 
}

.head_title{
	font-family:Arial;
	font-size:12px;
	color:#FF952B;
	font-weight:800;
}

.company-detail {
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

.company-detail_grey {
	font-family:Arial;
	font-size:11px;
	color:#999999;
}

.company-detail_11_red {
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

.general {
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
.feedme_title{
	font-family:Arial;
	font-size:12px;
	color:#FF952B;
	font-weight:800;
}

.title{
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.feedme{
	font-family:sans-serif;
	font-size:12px;
	color:#333333;
}

html,body{scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color: #2D2C4D;
scrollbar-highlight-color:#7D7E94;
scrollbar-3dlight-color: #7D7E94;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #7D7E94;
scrollbar-arrow-color: #3333FF;
}

.textfield	{
	border-style: solid;
	background:#FFFFFF;
	border-color:#FF9933;
	border-width: 1pt;
	font-size: 10pt;
	color:#666666;
	font-family: Arial;
	width:190px;
	height:16px;
}

.button {
	width: 50px;
	height: 25px;
	background:transparent;
	color:#000000;
	border-color:#FF9900;
	font-family:Tahoma;
	font-size:10pt;
	outline: none;
}

.textbox	{
	border-style: solid;
	background:#FFFFFF;
	border-color:#FF9933;
	border-width: 1pt;
	font-size: 10pt;
	font-family: Arial;
	width:190px;
	height:200px;
}

.greytext {
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

a:link {
text-decoration:none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*
a.link{
	font-family:Arial;
	font-size:11px;
	color:#999999;
}

a.link:hover {
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-bottom-style: dashed;
}
a:active {
	text-decoration: none;
}
*/
-->

