/*div {border: 1px dotted gray; padding: .5em}*/

body{
  background-color: #c4c3af;
	font-family: Tahoma,Verdana,Arial;
  color: #5a5a5a;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/back.gif);
	background-repeat: repeat-x;
	text-align:left;
  /*background-attachment: fixed;*/
}

.big {
	font-family: Arial;
  color: #054ab4;
	font-size: 20px;
	display: inline;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-family: Arial;
  color: #054ab4;
	font-size: 14px;
	display: inline;
	font-style: italic;
}

h2 {
	font-family: Arial;
  color: #ffffff;
	font-size: 11px;
	display: inline;
}

h3 {
	font-family: Arial;
  color: #ed9555;
	font-size: 12px;
	display: inline;
}

form {
	display: inline;
}

a:hover {
  color: #0033cc;
	text-decoration: none;
}
a {
  color: #0033cc;
	text-decoration: underline;
}

a:visited {
  color: #0033cc;
}

a:active {
	color: #0033cc;
}

input, select, textarea {
	border: 1px solid #b3b3a6;
	/*height: 14px;*/
	font-size: 10px;
	vertical-align: bottom;
}

.border-thin {
	border: 1px solid #5a5a5a;
}

.border-thick {
	border: 8px solid #5a5a5a;
}

.header-orange {
	background: #ed9555;
	text-align: center;
}

.header-green {
	background: #22b405;
	text-align: center;
}

.header-red {
	background: #ec5f50;
	text-align: center;
}

.content {
	padding: 4px;
}

.light {
	color: #a8a8a8;
}

.grey-line {
	background: #d6d6d6;
	height: 1px;
}

ul {
	display: inline;
}

.red-text {
	color:#FF0000;
	font-weight:bold;
}

.green-text {
	color:#009900;
	font-weight:bold;
}

/* --------------- box with rounded corners --------------- */
.bl {background: url(/images/box/bl.gif) 0 100% no-repeat}
.br {background: url(/images/box/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/box/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/box/tr.gif) 100% 0 no-repeat; padding:10px}
.t {background: url(/images/box/t.gif) 0 0 repeat-x}
.b {background: url(/images/box/b.gif) 0 100% repeat-x}
.l {background: url(/images/box/l.gif) 0 0 repeat-y}
.r {background: url(/images/box/t.gif) 100% 0 repeat-y}
.inside {background:#efeed3; width: 272px; text-align: left}
.inside_full {background:#efeed3; width: 850px; text-align: left}
/* ------------------------------------------------------- */

/* --------------- navigation ---------------------------- */
#nav {
	background-image: url(/images/nav/back.gif);
	background-repeat: repeat-x;
	height: 39;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	/*line-height: 42px;*/
}

#nav input {
	border: 1px solid #004e97;
	height: 14px;
	width: 85px;
	font-size: 10px;
	vertical-align: bottom;
}

#nav a:hover {
  color: #ffffff;
	text-decoration: underline;
}
#nav a {
  color: #ffffff;
	text-decoration: none;
}
#nav a:visited {
  color: #ffffff;
}
#nav a:active {
	color: #ffffff;
}
/* ------------------------------------------------------- */

/* --------------- button -------------------------------- */
#btn {
	height: 38px;
	width: 134px;
	margin: 0px;
	font-family: Arial;
  color: #FFFFFF;
  font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 38px;
	/*list-style-type: none;*/
	background-image: url(/images/button.gif);
}
#btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#btn a:visited {
    color: #FFFFFF;
	background-image: url(/images/button.gif);
	background-position: 0px 0px;
}
#btn a:hover {
  text-decoration: underline;
}

#btn a:active {
	background-image: url(/images/button.gif);
	background-repeat: repeat-x;
  line-height: 38px;
}
/* ------------------------------------------------------- */

/* --------------- small button -------------------------- */
#btn-sm {
	height: 20px;
	width: 86px;
	margin: 0px;
	font-family: Arial;
  color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	/*list-style-type: none;*/
	background-image: url(/images/button-sm.gif);
}
#btn-sm a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#btn-sm a:visited {
    color: #FFFFFF;
	background-image: url(/images/button-sm.gif);
	background-position: 0px 0px;
}
#btn-sm a:hover {
  text-decoration: underline;
}

#btn-sm a:active {
	background-image: url(/images/button-sm.gif);
	background-repeat: repeat-x;
  line-height: 17px;
}
/* ------------------------------------------------------- */

/* --------------- medium button ------------------------- */
#btn-med {
	height: 20px;
	width: 110px;
	margin: 0px;
	font-family: Arial;
  color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	/*list-style-type: none;*/
	background-image: url(/images/button-med.gif);
}
#btn-med a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#btn-med a:visited {
    color: #FFFFFF;
	background-image: url(/images/button-med.gif);
	background-position: 0px 0px;
}
#btn-med a:hover {
  text-decoration: underline;
}

#btn-med a:active {
	background-image: url(/images/button-med.gif);
	background-repeat: repeat-x;
  line-height: 17px;
}
/* ------------------------------------------------------- */

/* --------------- small button white -------------------- */
#btn-sm-w {
	height: 20px;
	width: 86px;
	margin: 0px;
	font-family: Arial;
  color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	/*list-style-type: none;*/
	background-image: url(/images/button-sm-w.gif);
	display: block;
}
#btn-sm-w a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#btn-sm-w a:visited {
    color: #FFFFFF;
	background-image: url(/images/button-sm-w.gif);
	background-position: 0px 0px;
}
#btn-sm-w a:hover {
  text-decoration: underline;
}

#btn-sm-w a:active {
	background-image: url(/images/button-sm-w.gif);
	background-repeat: repeat-x;
  line-height: 22px;
}
/* ------------------------------------------------------- */