@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333399;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

/* Left Menu Bar*/

#navigation td {
	background-color: #333399;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10px;
	}

/* Unselected buttons*/

	
#navigation a {
	background-color: #333399;
	color: #FFFFFF;
	line-height:12px;
	text-decoration: none;
	display:block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
#navigation {
	background-color: #999999;
}


/* Selected buttons*/

#navigation a:hover {
	background-color: #ffffff;
	color:#333399;
	}

/* Top Menu Bar*/

#teams td { 
	background-color: #333399;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
	font-size: 10px;
	}

/* Unselected buttons*/

	
#teams a {
	background-color: #333399;
	color: #FFFFFF;
	line-height:12px;
	text-decoration: none;
	display:block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
#teams{
	background-color: #999999;
}


/* Selected buttons*/

#teams a:hover {
	background-color: #ffffff;
	color:#333399;
	}

/* Main Block */

#MainBlock td {
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	}

#MainBlock h1 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	}
	
#MainBlock  h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	}

#MainBlock  h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}


#MainBlock p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	text-align: justify;
	}

.Main_Title {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	}
	

/* Scrolling Text */

.ScrollingText {
	font-size: 11px;
	}
/* Right Side Bar Header */ 
	
.Right_h1 {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.Right_p1 {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

/* Footer */

.Footer {
	font-size: 9px;
	text-align: center;
	}
