body {
	background-image: url(images/bg_main.jpg);
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
.bgimage {
    background-image: url(images/1pixbg.jpg);
	background-repeat: repeat-y;
}
.divoback{
background-image: url(images/index_r3_c2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.maintext {font-size: 12px;
text-align:justify;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color:#5b1961;
}
.style2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.girlsbg {
	background-image: url(images/girlsBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #874A87;
}
a:active {
	color: #000000;
}

.floatright{
float:right;
}

.red {
	color: red;
}