body {
	background-color: #dedede;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

table {
	background-color: transparent;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.main {
	background-image: url(/images/middle-background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
}

table.bordered-main {
	border-style: solid;
	border-width: 2px;
	border-color: #02364e;
}

.bordered-message {
	border-style: solid;
	border-width: 1px;
	border-color: #73a788;
}

.bordered-warning {
	border-style: solid;
	border-width: 1px;
	border-color: #ee9955;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #3398CC;
}

a:hover {
	color: orange;
	text-decoration: none;
}

a.smallwhite:link, a.smallwhite:visited, a.smallwhite:active, .smallwhite {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
	
a.smallwhite:hover {
	color: orange;
	text-decoration: none;
	font-size: 10px;
}

.colored {
	background-color: #E3E3E3;
	color: #000000;
}

.bordered {
	border-style: solid;
	border-width: 2px;
	border-color: #e3e3e3;
}

.ul {
	margin-left: 5px;
	list-style-image: url(/images/li.gif);
	line-height: 1.3em;
	padding-left: 13px;
}

.checkmark {
	margin-left: 20px;
	list-style-image: url(/images/ok.png);
	line-height: 1.3em;
	padding-left: 13px;
	font-weight: bold;
	background-color: #ffffff;
}

.small {
	font-size: 10px;
}

.message {
	font-size: 11px;
}

img {
	border: 0px;
	behavior: url(/common/pngbehavior.htc);
}

hr {
	border: none 0;
	border-top: 1px dashed #000;
	width: 100%;
	height: 1px;
	border-color: #d7d5d5;
	background-position: left;
}

textarea, input, select, .input {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	background-color: #dae9f8;
	abackground-color: #fff1e8;
	border-color: #a6b6bd;
	aborder-color: #99b2bc;
	border-style: solid;
	border-width: 1px;
	color: #000000;
}

.text-with-bg {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #dae9f8;
	border-color: #a6b6bd;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding-left: 2px;
	padding-right: 4px;
}