/* CSS TEXT */

.white {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}


.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



.bold_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.red {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #990000;
	text-decoration: none;
}


.a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}
.a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}
.a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}



/* CSS BACKROUND */

.top1_line {
	background-image: url(../images/top1_line_bg.jpg);
	background-repeat: repeat-x;
	height:1px;
}
.top2_line {
	background-image: url(../images/top2_line_bg.jpg);
	background-repeat: repeat-x;
	height:1px;
}

.copyright_bg{
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
