/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

.input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:transparent;
background-image:url(images/inputbg.jpg);
background-position:0 0;
background-repeat:repeat-x;
border:1px solid #CCCCCC;
}
.textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:White;
background-image:url(images/inputbg.jpg);
background-position:bottom;
background-repeat:repeat-x;
border:1px solid #CCCCCC;
}
/*select 
{
	border-width:0px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #666666;
	color:#666666;
	font-size:11px;
}*/
form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0px;
	font-size: 14px;
	color: #1262B0;
}

h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #434343;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58523F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	color: #9AB6CC;
}

.text2 a {
	color: #9AB6CC;
}

.text3 {
	text-align: center;
	color: #7096B5;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(images/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	padding: 0px;
	background: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a {
	padding-left: 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #F56200;
	font-size:12px;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat-y left top; }
.bg2 { background: url(images/bg02.jpg) no-repeat left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(images/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images/homepage10.jpg) no-repeat left top; }
.bg6 { background: url(images/bg06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.login_but
{
	cursor:pointer;
    text-decoration:underline;
}





.pagerLink a
{
	color:Black;
	text-decoration:none;
	font-size:14px;
	display:block;
	float:left;
	padding:2px;
}
.pagerLink a:hover
{
	background-color:#2396d2;
	color:White;
}
.pagerLink span
{
	color:White;
	text-decoration:none;
	background-color:#2396d2;
	font-size:14px;
	display:block;
	float:left;
	padding:2px;
}
.pagerBut
{
	font-weight:bold;
	display:block;
	background-color:#2396d2;
	font-size:20px;
	width:35px;
	height:15px;
	text-decoration:none;
	color:White;
	padding-bottom:6px;
}



.pagerLinkA
{
	color:Black;
	text-decoration:none;
	font-size:14px;
	display:block;
	float:left;
	padding:2px;
}
.pagerLinkA:hover
{
	background-color:#2396d2;
	color:White;
}
.pagerLinkA_sel
{
	text-decoration:none;
	font-size:14px;
	display:block;
	float:left;
	padding:2px;
	background-color:#2396d2;
	color:White;
}