/* CSS Document */


a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;
text-decoration:underline;
}

a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;
text-decoration:none;
}


.copyrigth_text{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

.copyrigth_link{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;
text-decoration:underline;
}

.copyrigth_link:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFF00;
text-decoration:none;
}


.up {
	background-image: url(images/repeat_up.gif);
	background-repeat: repeat-x;
	background-position:left;
}

.left {
	background-image: url(images/repet_left.gif);
	background-repeat: repeat-y;
	background-position:right;
}

.right {
	background-image: url(images/repeat_right.gif);
	background-repeat: repeat-y;
	background-position:left;
}

.down {
	background-image: url(images/down.gif);
	background-repeat: repeat-x;
	background-position:left;
}


/*The North Page*/

.up_b {
	background-image: url(images/b_repeat_up.gif);
	background-repeat: repeat-x;
	background-position:left;
}

.left_b {
	background-image: url(images/leftb_repeat.gif);
	background-repeat: repeat-y;
	background-position:left;
}

.right_b {
	background-image: url(images/2b_repeat_right.gif);
	background-repeat: repeat-y;
	background-position:left;
}

.down_b {
	background-image: url(images/repeat_b_down.gif);
	background-repeat: repeat-x;
	background-position:right;
}