@charset "utf-8";
/* CSS Document */

body {
	background-color: #6B90C0;
}

.borderbox {
	border: 1px solid #666;
}

.greytext 	{font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			color:#666;
			padding:5px;}

.greytext12 	{font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#666;}
			
.bluetext 	{font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#1F497D;}
.bluetext12 	{font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#1F497D;}
.lightblue12 	{font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:normal;
			color:#4F81BD;}
		

#header {
    float:left;
    width:100%;
    background:white
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }
#header ul {
    margin:0;
    padding:10px 5px 0;
    list-style:none;
    }
#header li {
    float:left;
    background:url("/images/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
#header a {
    display:block;
    background:url("/images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : #1F497D;
	text-decoration : none;
    }
#header a:hover {
    display:block;
    background:url("/images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : #4F81BD;
	text-decoration : none;
    }
#header #current {
    background-image:url("/images/norm_right_on.gif");
    }
#header #current a {
    background-image:url("/images/norm_left_on.gif");
    padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
    }
	
A.lbluelink:Link  {
	font-family:Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #4F81BD;
	text-decoration : none;
}
A.lbluelink:Visited  {
	font-family:Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #4F81BD;;
	text-decoration : none;
}

A.lbluelink:Active  {
	font-family:Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #4F81BD;;
	text-decoration : none;
}

A.lbluelink:Hover  {
	font-family:Verdana, Geneva, sans-serif;
	color : #4F81BD;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}

centercomplete {
	text-align: center;
}

