body {
	font-family: Tahoma;
	font-size: 10px;
	background-color: #e5ebf1;
}

.left-sidebar {
	background: #709bc5 url(images/left-sidebar-bg.jpg) no-repeat top left;
	padding: 15px;
	width: 170px;
	font-family: Tahoma;
	font-size: 10px;
}

.left-sidebar-border {
	background: #709bc5 url(images/left-sidebar-border.jpg) repeat-y top left;
	width: 4px;
}

.content {
	padding: 15px;
	background-color: white;	
	font-family: Tahoma;
	font-size: 12px;
}

.footer {
	padding: 15px;
	background-color: #464748;
	font-family: Tahoma;
	font-size: 10px;
	color: white;
}

a.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;

}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}
a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}

a:link { color: #709bc5; text-decoration: none; font-weight: bold }
a:active { color: #709bc5; text-decoration: none; font-weight: bold }
a:visited { color: #709bc5; text-decoration: none; font-weight: bold }
a:hover { color: #709bc5; text-decoration: none; font-weight: bold }

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
