/* CSS Document */
body {
	background-image: url(images/inner_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #000000;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.inner-contentbg {
	background-image:url(images/inner_bgcontent.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:456px;
}
.contentlong {
	background-image: url(images/inner_contentlong.jpg);
	background-repeat:repeat-y;
}
.leftshadlong {
	background-image: url(images/inner_leftshadlong.png);
	background-repeat:repeat-y;
}
.rightshadlong {
	background-image: url(images/inner_rightshadlong.png);
	background-repeat:repeat-y;
}
.poscontent {
	margin-top:25px;
}
.posabout {
	margin-top:10px; 
	margin-left:5px;
}
.postitle {
	margin-top:10px; 
	margin-left:40px;
	margin-bottom:17px; 
}
.content {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}
.content a{
	font-weight: bold;
	color: #fa8383;
	text-decoration:underline;
}
.content a:hover{
	color: #CCCCCC; 
	text-decoration: none;
}
.associate-text {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}
.associate-text a{
	font-weight: bold;
	color: #fa8383;
	text-decoration:underline;
}
.associate-text a:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:underline;
}
.bdr{
	border:1px solid #FFFFFF;
}
p{
	margin-top:15px;
	margin-bottom:15px;
}
.footer-text {
	color: #FEB7B7;
	font-size:10px;
}
.footer-text a{
	color: #FEB7B7;
	text-decoration:none;
}
.footer-text a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
input, textarea, select {
	color: #000000; 
	font-size:11px;
	/*border: 1px solid #000000;
	background-color: #FFFFFF; */
}
a.link-details {
	font-weight: bold;
	color: #fa8383;
	text-decoration:underline;
}
a.link-details:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:underline;
}
a.link-details1 {
	font-weight: bold;
	color: #0033FF;
	text-decoration:underline;
}
a.link-details1:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:underline;
}
ul.list {
	margin:0;
	padding:0;
}
.listdata {
	margin-left:20px;
	list-style-type: none;
	list-style-image: url(images/inner_arrow.jpg);
}











