/* CSS Document */

body {
	/* background: url(images/bg.jpg) repeat-x #048F41;*/
	background-color:#CCCCCC;
	color: #686868; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	}


.MainTable {
	background:#FFFFFF; 
	border-bottom:solid 1px #B7B7B7; 
	border-left:solid 1px #B7B7B7; 
	border-right:solid 1px #B7B7B7; 
	border-top:solid 1px #B7B7B7;
	}

.PaperCell {
	background: url(images/paper.gif) repeat-x #FFFFFF;
	font-size:11px;
	background-repeat:no-repeat;
	}
.LeftLine { background-image:url(images/home_page_right_line.gif); background-position:right; background-repeat:repeat-y;}
.LeftLineBottom { background-image:url(images/home_page_right_line_bottom.gif); background-position:right; background-repeat:repeat-y; }	

	
.footer { font-size:11px;}

.content { font-size:10px;}

.BlueText {color:#44ACC5;}
.WhiteText {color: #FFFFFF;}


.newLinks{
font-size:8pt;
color:#FFFFFF;
text-decoration:none;

}a.newLinks:hover{
font-size:8pt;
color:#008FE5;
}

.button {


}
a.button:link {text-decoration: none;color: #3399FF; }
a.button:visited {text-decoration: none;color: #3399FF;}
a.button:hover {text-decoration: none;color: #CCCCCC; }
a.button:active {color: #3399FF;text-decoration: none;} 

