Content-Type: text/css;

	name="main.css"

Content-Transfer-Encoding: 7bit

Content-Disposition: attachment;

	filename="main.css"



a:unknown  {
	COLOR : #FFFFCC;
	TEXT-DECORATION : underline;
}
a:hover  {
	COLOR : #001864;
	TEXT-DECORATION : none;
}

.leftbar{
	/* background-image : url("img/body_bk.jpg");
	background-repeat : no-repeat;
	background-position : bottom;
	background-color : #FFFFFF;
	*/
	background : #29C3DD url("img/left_bottom.jpg") no-repeat left;
}

.sandbox{
	/* background-image : url("img/body_bk.jpg");
	background-repeat : no-repeat;
	background-position : bottom;
	background-color : #FFFFFF; */
	background : #FFFFFF url("img/footer.gif") no-repeat bottom;
}

.sandbox2{
	/* background-image : url("img/body_bk.jpg");
	background-repeat : no-repeat;
	background-position : bottom;
	background-color : #FFFFFF;
	*/
	background : #FFFFFF url("img/right_bk.gif") repeat-y right;
}

.news{
	background-image : url("img/news_bk.gif");
	background-repeat : no-repeat;
	background-position : top,left;
	background-color : #FFFFFF;
	
	/*background : #FFFFFF url("img/news_bk.gif") no-repeat top,left;*/
}

.news2{
	background-image : url("img/dot.gif");
	background-repeat : repeat;
	background-position : top,left;
	/*background : #FFFFFF url("img/news_bk.gif") no-repeat top,left;*/
}

.footer{
	background-image : url("img/bottom_main.gif");
	background-repeat : repeat-y;
	background-color : #FFFFFF;
	background-position : center;
}

.front  {
	FONT-FAMILY : verdand, arial, helvetica, sans-serif;
	TEXT-DECORATION : none;
	font-size : xx-small;
	text-indent : inherit;
}

H1 {
	color : #004DB6;
	font-family : Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : medium;
	margin-top : 5px;
}

H2 {
	color : #000000;
	font-family : Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 95%;
	font-weight : lighter;
}

a.blue {
color: #001966;
text-decoration: none;
}

a.blue:hover {
color: #001966;
text-decoration: underline;
}

.black  {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

a.black:hover  {
	COLOR : #909090;
	TEXT-DECORATION : underline;
}

.red  {
	COLOR : #902215;
	TEXT-DECORATION : underline;
}

a.red:hover  {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

.red2  {
	COLOR : #902215;
	TEXT-DECORATION : none;
}

a.red2:hover  {
	COLOR : #000000;
	TEXT-DECORATION : none;
}

.lblue  {
	COLOR : #EAF4FF;
	TEXT-DECORATION : none;
}
a.lblue:hover  {
	COLOR : #FFFFCC;
	TEXT-DECORATION : underline;
}







------=_NextPart_000_0000_01BF6B06.E3E9F640