@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
}

a {
color:#BA0FB6;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#0019D9;
text-decoration:underline;
}

body {
	background-color: #f5f5f5;
	margin: 0px;
}
#wrap{
	background:url(../images/bg-repaet.jpg) top left repeat-x;
	}
.top-margin-1{
	margin-top:55px;
	}
.top-nav-margin{
	margin-top:55px;
	margin-left:30px;
	}
.bg-content{
	background:url(../images/content-bg-repeat.jpg) left top repeat-y;
	}
.head-grey-1{
	color:#2b2a2b;
	font-size:16px;
	line-height:23px;
	}
.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-align:justify;
	line-height:16px;
	}
.txt-darkgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2a2b;
	text-align:justify;
	line-height:16px;
	}
.txt-darkgrey-subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b2a2b;
	text-align:justify;
	line-height:10px;
	}

.txt-red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	line-height:16px;
	}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding : 10px;
}

.bottom-logos{
	margin-top:16px; 
	background:#FFFFFF;
	height:56px;
	}
	.bottom-logos img{
	margin:10px;
	}
.footer{
	background:url(../images/footer-bg-repeat.jpg) repeat-x;
	padding:20px;
	color:#FFFFFF;
	}
.conteng-bg-home{
	background:url(../images/content-home-bg3.jpg) left top no-repeat;
	}

ul.lolli {
	list-style-image: url(../images/ico_lolli.gif);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left:1em;
}

ul.lolli li {
	margin-left: .9em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	text-align:left;
}

.form p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.form label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.form textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
