@charset "UTF-8";
/* CSS Document */

/*======================================================================
DEFAULT PAGE STYLES
======================================================================*/
body {
	background-color: #F0F0F0;
	 background-image:url(graphics/pg_bg.jpg); 
	 background-position:Top Left; 
	 background-attachment:fixed; 
	 background-repeat:no-repeat;
}
a:link {
	color: #0801F7;
}
a:visited {
	color: #0801F7;
}
a:hover {
	color: #0801F7;
}
a:active {
	color: #0801F7;
}

/*======================================================================
LIGHT GREY
======================================================================*/
.body_light_grey_11 {
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BLACK
======================================================================*/
.title_black_13 {
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_black_11 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_black_block_11 {
	color: #000000;
	font-size: 11px;
	text-align: justify;
	text-align-last: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
LIGHT BLUES
======================================================================*/
.title_blue_13 {
	color: #0801F7;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_blue_11 {
	color: #0801F7;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================================================
BORDERS
======================================================================*/
.bg_no_tile {
	background-repeat: no-repeat
}
.bg_no_tile_pos_right {
	background-repeat: repeat-y;
	background-position: top right;
}
.bg_no_tile_pos_bottom_left {
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bg_no_tile_pos_bottom {
	background-repeat: no-repeat;
	background-position: bottom;
}
/*======================================================================
