body {
	color: black;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #CDCDCD;
	background-image: url(layout/body.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
}

/* links --> */
a:link {
	color: #2E74B5;
	text-decoration: underline;
}
a:visited {
	color: #2E74B5;
	text-decoration: underline;
}
a:hover {
	color: #2E74B5;
	text-decoration: none;
}
a:active {
	color: #2E74B5;
	text-decoration: underline;
}

a:link.white {
	color: white;
	text-decoration: underline;
}

a:visited.white {
	color: white;
	text-decoration: underline;
}

a:hover.white {
	color: white;
	text-decoration: none;
}

a:active.white {
	color: white;
	text-decoration: underline;
}

a:link.black {
	color: black;
	text-decoration: underline;
}

a:visited.black {
	color: black;
	text-decoration: underline;
}

a:hover.black {
	color: black;
	text-decoration: none;
}

a:active.black {
	color: black;
	text-decoration: underline;
}

a:link.nav {
	color: #2E74B5;
	font-weight: bold;
	text-decoration: none;
}
a:visited.nav {
	color: #2E74B5;
	font-weight: bold;
	text-decoration: none;
}
a:hover.nav {
	color: #2E74B5;
	font-weight: bold;
	text-decoration: underline;
}
a:active.nav {
	color: #2E74B5;
	font-weight: bold;
	text-decoration: none;
}
/* <-- links */

/* text --> */
.small {
	font-size: 11px;
}

.mini {
	font-size: 9px;
	line-height: 120%;
}

.small_clr2 {
	color: white;
	font-size: 11px;
}

.nav {
	color: #FF6600;
}

.error {
	font-size: 11px;
	color: red;
}
/* <-- text */

/* form --> */
select.text {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
}

select.double {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	margin-bottom: -1px;
}

input.check {
	margin: 0px
}

td.text {
	border: 1px solid #666666;
	background-color: white;
	width: 160px;
}

td.text_err {
	border: 1px solid red;
	background-color: white;
	width: 160px;
}

input.text, textarea.text {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	background-color: white;
	background-image: url(layout/input_shade.gif);
	background-repeat: repeat-x;
	width: 160px;
}

input.text_err, textarea.text_err {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid red;
	background-color: white;
	background-image: url(layout/input_shade.gif);
	background-repeat: repeat-x;
	width: 160px;
}

input.button {
	color: #666666;
	border: 1px solid #666666;
	background-image: url(layout/button.gif);
	background-repeat: repeat-x;
	width: 100px;
}

input.file {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: transparent;
	background-image: url(layout/input_shade.gif);
	background-repeat: repeat-x;
	border: 0px solid transparent;
	margin: 0px;
	margin-right: 1px;	
	width: 187px;
}

form {
	margin: 0px;
}
/* <-- form */

/* div --> */
div.err_msg {
	color: white;
	background-color: #FF0000;
	width: 300px;
}
/* <-- div */

/* tables --> */
table {
	font-size: 12px;
}

table.text {
	border: 0px solid #666666;
}

table.text_err {
	border: 1px solid red;
}

td.header_back_1 {
	background-color: #FFA300;
}

td.header_back_2 {
	background-color: #00CCFF;
}

td.page_top {
	border-top: 1px solid #9A9A9A;
	background-color: white;
}

td.page {
	background-color: white;
}

td.tab {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

td.block {
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	/*background-color: #F0F0F0;*/
}

td.block_div {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	background-color: #E7E7E7;
	text-align: center;
	border: 1px solid #F0F0F0;
}

td.block_sub_div {
	color: #666666;
	font-style: italic;
	font-size: 11px;
	background-color: #E7E7E7;
	text-align: center;
	border: 1px solid #F0F0F0;
}

td.block_head {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #F0F0F0;
}

td.block_title {
	color: #666666;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	background-color: #E7E7E7;
}

td.block_side {
	background-color: #F0F0F0;
}

td.row_0 {
 background-color: #FFFF99; 
 border: 1px solid #F0F0F0;
}

td.row_1 {
}
/* <-- tables */

/* images --> */
img {
	border: 0px;
	display: block;
}

img.inline {
	border: 0px;
	display: inline;
}

img.bar_1 {
	border: 3px solid #00CCFF;
}

img.bar_2 {
	border-top: 3px solid #FF6600;
	border-left: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
}

img.flag {
	border: 1px solid black;
	display: inline;
}

img.flag_select {
	border: 1px solid white;
	display: inline;
}

img.trans {
	margin-bottom: -2px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

img.thumb {
	border: 1px solid #666666;
}
/* <-- images */