body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.Border {
	border: 1px dashed #124FAA;
	width: 760px;
}

.LeftColumn {
	background-image: url(leftcell_bg.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	color: #F24F59;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #134084;
}


h2 {
	font-weight: bold;
	color: #EF2731;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: large;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EF2731;
}
h3 {
	font-size: medium;
	color: #134084;
	font-weight: normal;
}

a:hover{
	color: #F42631;
	text-decoration: underline;
}

.Begin {
	color: #CC2046;
	font-family: "Times New Roman", Times, serif;
}

.Navigation{
	display: block;
	font-size: large;
	font-weight: bold;
	height: 50px;
	width: auto;
	color: #493852;
}

.HeaderCell {
	background-color:#383E49;
	color:#FFFFFF;
	font-weight: bold;
	padding: 4px;
}

.ContentCell {
	background-color:#F9F9F9;
	padding: 4px;
}

