/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 191px;
	padding: 3px 0px;
	background: #FFFFFF;
	border-top: 1px solid #D3DBE1;
	border-right: 1px solid #F9FAFB;
	border-bottom: 1px solid #E8F5FF;
	border-left: 1px solid #F9FAFB;
}
/** ROUNDED CORNERS CSS */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 40em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.sidebox1 {
	margin: 0 auto; /* center for now */
	width: 40 auto; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}


.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}










/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F859E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 16px;
	text-align: left;
}

.text1 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #1C567D;
}

.text2 {
	text-align: center;
	color: #6697B4;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 24px;
	color: #163A61;
}

/** LINKS */

a {
	color: #005281;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #FFFFFF;
}

.link2 {
	display: block;
	height: 21px;
	background: url(images/homepage12.jpg) no-repeat right top;
}

.link2 span {
	display: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #005281 url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.jpg) repeat-y left top; }
.bg4 { background: url(images/bg05.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage09.jpg) repeat-x left top; }
.bg7 { background: url(images/bg03.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

