@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(graphics/bg.gif);
	background-repeat:repeat;
	background-position:top;
	color:#FFFFFF;
	background-color: #590962;
}

.red_bg
{
background-image:url(graphics/red_bg.gif);
background-repeat:no-repeat;
}

.stipes2_bg
{
	background-image:url(graphics/bg.gif);
	background-repeat:repeat;
	background-position:top left;
}
.left_shadow
{
	background-image: url(graphics/shadow_left.gif);
	background-repeat: repeat-y;
	background-color: #590962;
	background-position:right top;	
	width: 20px;
}

.right_shadow
{
	background-image: url(graphics/shadow_right.gif);
	background-repeat: repeat-y;
	background-color: #590962;
	background-position:left top;
	width: 20px;
}

.top_bg_red
{
background-image:url(graphics/top_bg_red.gif);
height:269px;
background-repeat:repeat-x;
background-color: #800f8e;

}

.bottom_bg_red
{
background-image:url(graphics/top_bg_red.gif);
height:269px;
background-repeat:repeat-x;
background-color: #DBDBDB;

}


.red_top_left
{
background-image:url(graphics/rnd_red_top_left.gif);
height:37px;
width:34px;
background-repeat:no-repeat;
background-color: #7e0f8c;
}


.red_top_right
{
background-image:url(graphics/rnd_red_top_right.gif);
height:37px;
width:34px;
background-repeat:no-repeat;
background-color: #7e0f8c;
}


.red_bottom_right
{
background-image:url(graphics/rnd_red_bottom_right.gif);
height:37px;
width:34px;
background-repeat:no-repeat;
background-color: #7e0f8c;
}


.red_bottom_left
{
background-image:url(graphics/rnd_red_bottom_left.gif);
height:37px;
width:34px;
background-repeat:no-repeat;
background-color: #7e0f8c;
}


.red_bottom
{
background-image:url(graphics/rnd_red_bottom.gif);
height:37px;
background-repeat:repeat-x;
background-color: #7e0f8c;
}


.red_top
{
background-image:url(graphics/rnd_red_top.gif);
height:37px;
background-repeat:repeat-x;
background-color: #7e0f8c;
}

.red_right
{
background-image:url(graphics/rnd_red_right.gif);
width:11px;
background-position:left;
background-repeat: no-repeat;
background-color: #7e0f8c;
}

.red_left
{
background-image:url(graphics/rnd_red_left.gif);
width:11px;
background-position:right;
background-repeat:no-repeat;
background-color: #7e0f8c;
}


.bg_new
{
background-image:url(graphics/bg_new.gif);
background-repeat:repeat-x;
background-color:#0d010e;
}
.red_middle
{
background-image:url(graphics/rnd_red_middle.gif);
background-repeat:repeat-x;
background-color: #590962;
}

.left_pad
{
padding-left:30px;
}

a.black_grey:link {color: #FFFFFF; 	text-decoration: none;}
a.black_grey:visited {color: #FFFFFF; 	text-decoration: none;}
a.black_grey:hover {color: #EB94F8; 	text-decoration: none;}
a.black_grey:lctive {color: #FFFFFF; 	text-decoration: none;}

a.white_red:link {color: #FFFFFF; 	text-decoration: none;}
a.white_red:visited {color:#FFFFFF; 	text-decoration: none;}
a.white_red:hover {color: #FFFFFF; 	text-decoration: none;}
a.white_red:lctive {color: #FFFFFF; 	text-decoration: none;}


a:link {color: #000000; 	text-decoration: none;}
a:visited {color: #000000; 	text-decoration: none;}
a:hover {color: #993399; 	text-decoration: none;}
a:lctive {color: #000000; 	text-decoration: none;}

.big_text
{
font-size:24px;
color:#FFFFFF;
}