<!-- *********************** Links *********************** -->
.link{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}
.link a{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}
.link a:hover{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#A8FD03;
	Text-decoration:none;
}

.link_footer{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#284F7A;
	Text-decoration:none;
}
.link_footer a{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#284F7A;
	Text-decoration:none;
}
.link_footer a:hover{
	Font-size:11;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}


<!-- *********************** Text *********************** -->
.text_s{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	line-height:1.5;
	Text-align:justify;
	Text-decoration:none;
}
.text_s a{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:Underline;
}
.text_s a:hover{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}

.text_address{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	Text-align:justify;
	Text-decoration:none;
}
.text_address a{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:Underline;
}
.text_address a:hover{
	Font-size:11;
	Font-weight:500;
	Font-family:tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}

.text{
	Font-size:12;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	line-height:1.5;
	Text-align:justify;
	Text-decoration:none;
}
.text a{
	Font-size:12;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}
.text a:hover{
	Font-size:12;
	Font-weight:500;
	Font-family:verdana,tahoma,arial;
	Color:#FFFFFF;
	Text-decoration:none;
}



<!-- *********************** Form *********************** -->
.textbox{
	Font-size:12;
	Font-weight:700;
	Font-family:tahoma,verdana,arial;
	Color:#444444;
	Border-top:1 solid #000000;
	Border-right:1 solid #000000;
	Border-bottom:1 solid #000000;
	Border-left:1 solid #000000;
}


<!-- *********************** blank_bgs *********************** -->
.body_bg {
	background-image: url('../images/pg_back.jpg');
	background-repeat: repeat-x;
	background-position: right top;
	background-color:#589DDE;
}
.side_bg {
	background-image: url('../images/blank_12.jpg');
	background-repeat: repeat-x;
	background-position: right top;
	background-color:#2E5987;
}
