/* CSS Document */

body {
background-color:#edf3f9;
background-image:url(../images/bg.jpg); background-position:top; background-repeat:repeat-x;
margin-top:0px;
color:#0054a6;
font-family:Helvetica, sans-serif;
font-size:12px;
}

a {font-weight:bold;}

#nav {background-image:url(../images/nav_bg.jpg); background-repeat:repeat-y;}
#content {background-image:url(../images/border_bg.jpg); background-repeat:repeat-y;}
#footer {background-image:url(../images/footer.gif); background-repeat:no-repeat; background-position:top;
		font-size:9px;
		color:#6699CC;
	
	}
#footer a {text-decoration:none; font-weight:normal; color:#6699CC;}
#footer a:hover {text-decoration:underline;}

h1 {font-size:15px; padding-bottom:4px; border-bottom:2px solid #bdc396;}
h2 {font-size:13px; color:#3399CC; border-bottom:1px solid #DDDDDD; padding-bottom:3px;}


.border {padding:2px; border:1px solid #CCCCCC; }
.tabledata {color:#FFFFFF;}
