/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFF url(../images/bg.gif) 0 0 repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.417em;
		color:#8e8f92;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#426e8e;}
a:hover{text-decoration:none;}
p {padding-top:17px;}
strong {text-decoration:underline; color:#426e8e;}
a:hover strong {text-decoration:none;}

/* ============================= main layout ====================== */

.link {display:block; float:left; background:#adaeb3 url(images/link-right-bg.gif) top right no-repeat; color:#fff; text-decoration:none; font-size:0.917em; line-height:1em; margin-top:15px;}
.link span {background:url(images/link-left-bg.gif) top left no-repeat; display:block; padding:3px 13px 5px 20px;}

.link:hover {background:#adaeb3 url(images/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span {background:#676769 url(images/link-left-bg-hover.gif) top left no-repeat;}


.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 50px 0 0; float:left;}
.title {margin-bottom:10px;}

/* =========================== main table */

table.main {width: 953px;}
