
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	color: #636363;
	margin: 0 0 0 0;
	background-color: white;
	background-image: url(/images/themes/default/background.png?1196636834);
}

h1 { font-size: 230%; }
h2 { font-size: 180%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }
h5 { font-size: 115%; }
h6 { font-size: 110%; }

#overall {
	font-size: 130%;
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #2A7BD7;
	font-weight: normal;
}

#main-content {
	padding-top: 1.5em;
}

.medium { font-size: medium; }
.small { font-size: small; }
.x-small { font-size: x-small; }

#main-content .orange { color: #E5760D; }
#main-content .green { color: #85BC2D; }

#main-content h6 {
	margin: 0;
}

a {
	color: #22579D;
}

a:hover {
	color: #6F0000;
}

#logo span {
	display: block;
	background-image: url(/images/themes/default/en/logo.png?1196636834);
	background-position: right;
	background-repeat: no-repeat;
	width: 485px;
	height: 106px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.text-only {
	display: none;
}

#bottom-menu {
	width: 100%;
	background-color: #7a7a7a;
	background-image: url(/images/themes/default/bottom-bg.png?1196636834);
	height: 32px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	color: white;
}

#bottom-menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#bottom-menu a:hover {
	color: #E07618;
}

#bottom-menu img {
	border: 0;
	vertical-align: middle;
}

#footer-links img {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	border: none;
}

#main-content input.check-box {
	border: none;
}

table#overall {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}

table#overall td {
}

table#overall td#header {
	height: 139px;
	background-image: url(/images/themes/default/header-bg.png?1196636834);
}

table#overall td#center-content {
	text-align: center;
	padding-bottom: 3em;
}

table#overall td#sidebar-left {
	width: 217px;
	vertical-align: top;
	padding-left: 10px;
}

table#overall td#sidebar-right {
	width: 217px;
	vertical-align: top;
	padding-right: 10px;
}

table#overall td#footer {
	line-height: 50px;
	color: #000000;
	text-align: center;
	background-image: url(/images/themes/default/background.png?1196636834);
}

.clearer {
	clear: both;
}

.greeting {
	font-size: 140%;
	line-height: 1.3em;
	margin-top: 0px;
}

button.button {
	cursor: pointer;
	font-size: 120%;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #666;
	text-decoration: none;
	margin: 8px 0px;
	color: #FFF;
}

button:hover.button {
	color: white;
	background-color: #2C72BF;
}

img.hpimage {
	border: solid 1px #000;
	float: right;
	margin: 0px 0px 8px 8px;
}

input.check-box {
	border: none;
}

