body{
	color: #205169;
	font: 12px Arial, Helvetica, sans-serif;
	background: #cd5a22 url(../../images/background.gif) repeat-x;
	margin: 0px;
}
h1 {
	color: #205169;
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 5px;
}
.bottomline{
	border-bottom: 1px solid #b5945f;
	text-align: left;
}
.but {
	background-color: #e6cdc0;
	color: #cd5a22;
	border: 1px solid #a94b1d;
	cursor:pointer;
	font: small-caps bold 11px arial;
	padding-top: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
} 
table{
	color: #205169;
	font: 12px Verdana;
}
.head{
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 1px solid #205169;
	border-right: 1px solid #eee2c9;
	font-size: 12px;
	color: #ffffff;
	padding: 1px 10px 1px 10px;
	background-color: #205169;
}
.headend{
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 1px solid #205169;
	font-size: 12px;
	color: #ffffff;
	padding: 1px 10px 1px 10px;
	background-color: #205169;
}
.lightrow{
	background-color: #e7edf3;
}
.darkrow{
	background-color: #ccd9e4;
}
.bottombar{
	height: 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 10px;
}
a.bottommenu, a.bottommenu:link, a.bottommenu:visited, a.bottommenu:active{
	color: #ffffff;
	font: 11px Arial;
	margin-left: 6px;
	margin-right: 6px;
}
a.ice, a.ice:link, a.ice:visited, a.ice:active{
	font: 10px Arial;
	color: #ffffff;
}
.line{
	margin: 1px 8px;
}
.bottomtable{
	color: #ffffff;
	font: 10px verdana;
}
.bottomice{
	text-align: right;
	padding: 10px;
}
.facebook{
	padding-right: 10px;
}
a, a:link, a:visited, a:active{
	color: #205169;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
.submit{
	background-image: url(../../images/submit.gif);
	width: 94px;
	height: 20px;
	cursor: pointer;
	border-style: none;
}
.bottomframe{
	background-image: url(../../images/bottom-wizard.gif);
	font-size: 1px;
	height: 10px;
}
.frameleft{
	width: 8px;
	font-size: 1px;
	background: url(../../images/left-body-wizard.gif) repeat-y;
	text-align: right;
}
.frameright{
	width: 8px;
	font-size: 1px;
	background: url(../../images/right-body-wizard.gif) repeat-y;
	text-align: left;
}
.content{
	color: #205169;
	width: 964px;
	font: 12px Verdana;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
}
ul {
	margin: 0px 0px 0px 6px;
	padding:  0px 0px 0px 6px;
	list-style-image: url(../../images/tribullet.gif);
}
input[type=text],[type=password]{
	width: 300px;
	border: 1px solid #d8794b;
	background-color: #f6eeea;
}
.required {
	font-size: 10px;
	font-weight: bold;
	color: #ed1e24;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #d80c0b;
}
.pagenotfound{
	color: #ca0b0b;
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
}