@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	background-color: #FF3200;
	background-image: url(image/bg.gif);
	background-repeat:repeat-x;
	line-height: 1.4;
	margin: 0;
}

td {
	font-family: Arial;
	color: #000000;
	font-size: 12;
	vertical-align: top;
	line-height: 1.4;
}

.boxtitle {
	background-color: #B03D67;
	color: #ffffff;
	font-weight:bold;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	text-align: left;
}

.boxbody {
	padding: 5px;
	background-color: #FED3C6;
	margin: 0px 5px 5px 5px;
}

.boxbody-img {
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
}

a { }
a:link { color: #000000; font-weight: normal; }
a:visited { color: #202020; font-weight: normal; }
a:hover { color: #B22222; font-weight: normal; }

#page {
	text-align: left;
	width: 900px;
	border: 5px solid #3A3736;
	background-color: #FF7553;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#pages{
	bbackground-color: #B03D67;
	color: #ffffff;
	font-weight: bold;
	border: 0px solid #949DB3;
	margin: 5px 5px 0px 5px;
	padding: 5px;	
	text-align: left;
}

#pages a:link{ color: #FFFFFF; font-weight: bold; }

#pages a:visited{ color: #DDDDDD; font-weight: bold; }

#pages a:hover{ color: #EEEEEE; font-weight: bold; }

h1, h2{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	color: #111111;
	font-family: Arial;
}

h1 { font-size: 16px;}

h2 { font-size: 14px;}

.imageheader{
	text-align: center;
}

.textheader{
	font-family: Tahoma;
	margin-left: 10px;
}

.textheader .title{
	font-size: 25px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
