@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(0,0,0);
	background: #f8fdca;
	margin: 0 0 10px 0;
}

a {
color: #2a2e58;
}

a:hover {
color: #72b9cc;
}

h1 {
color:#FF9900;
font-size:22px;
}

h2 {
color:#FF9900;
font-size:20px;
}

h3 {
color:#FF9900;
font-size:18px;
}

#navbar {
font-size: 15px;
font-weight:bold;
}

#navbar a{
text-decoration:none;
color: #2a2e58;
}

#navbar a:hover {
text-decoration:underline;
color: #72b9cc;
}

#content p{
margin-bottom: 10px;
}

#footer {
margin-left: 260px;
font-size: 12px;
font-weight: normal;
}

#footer a{
text-decoration:none;
font-weight: bold;
color: #2a2e58;
}

#footer a:hover {
text-decoration:underline;
color: #72b9cc;
}

.b {background: url(image2009/dot2.gif) 0 100% repeat-x}
.bl {background: url(image2009/bl2.gif) 0 100% no-repeat}
.br {background: url(image2009/br2.gif) 100% 100% no-repeat}
.l {background: url(image2009/dot2.gif) 0 0 repeat-y}
.r {background: url(image2009/dot2.gif) 100% 0 repeat-y}
.t {background: url(image2009/dot2.gif) 0 0 repeat-x; width: 20em}
.tl {background: url(image2009/tl2.gif) 0 0 no-repeat}
.tr {background: url(image2009/tr2.gif) 100% 0 no-repeat; padding:10px}