/* CSS Document */

/* CSS Document */

body {
	background: #F5F9FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin:0px;
}
p {
	line-height: 150%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:x-large;
	font-weight:normal;
	color: #57350F;
}

h2 {
	font-size: medium;
	color:#336699;
}

h3 {
	font-size: small;
	color:#666666;
	font-weight:bold;
}

a:link {
	color:#336699;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#336699;
	font-weight: bold;
	text-decoration: underline;
	background-color:#BCD5DC;
}
a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
	background-color: #BCD5DC;
}
.nav { font-size:x-small; color: #FFFFFF; };
.nav a:link 	{ color: #CCCCCC; text-decoration:none; font-weight: normal; }
.nav a:visited 	{ color: #CCCCCC; text-decoration:none; font-weight: normal; }
.nav a:hover 	{ color: #FFFFFF; text-decoration:none; font-weight: normal; }
.nav a:active 	{ color: #FFFFFF; text-decoration:none; font-weight: normal; }

.x-small {
	font-size:x-small;
}

.imgBorder {
	border: 1px solid #CCCCCC;
}

.header_bg {
	background:url(images/layout_imgs_r1_c2.gif) bottom left repeat-x;
}

.nav_bg {
	background:url(images/layout_imgs_r9_c1.gif) bottom left repeat-y;
}

.p_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #000000;
}

/* ROUND CORNERS ON CONTENT BOX */
/* Tutorial from: http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

.t {background: url(images/table_dot.gif) 0 0 repeat-x/*; width: 20em*/}
.b {background: url(images/table_dot.gif) 0 100% repeat-x}
.l {background: url(images/table_dot.gif) 0 0 repeat-y}
.r {background: url(images/table_dot.gif) 100% 0 repeat-y}
.bl {background: url(images/table_bl.gif) 0 100% no-repeat}
.br {background: url(images/table_br.gif) 100% 100% no-repeat}
.tl {background: url(images/table_tl.gif) 0 0 no-repeat}
.tr {background: url(images/table_tr.gif) 100% 0 no-repeat; padding:5px}

/* END ROUND CORNERS ON CONTENT BOX */

/* ROUND CORNERS ON COPYRIGHT NOTICE */
/* Tutorial from: http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

.notice_t {background: url(images/notice_table_dot.gif) 0 0 repeat-x/*; width: 20em*/}
.notice_b {background: url(images/notice_table_dot.gif) 0 100% repeat-x}
.notice_l {background: url(images/notice_table_dot.gif) 0 0 repeat-y}
.notice_r {background: url(images/notice_table_dot.gif) 100% 0 repeat-y}
.notice_bl {background: url(images/notice_table_bl.gif) 0 100% no-repeat}
.notice_br {background: url(images/notice_table_br.gif) 100% 100% no-repeat}
.notice_tl {background: url(images/notice_table_tl.gif) 0 0 no-repeat}
.notice_tr {background: url(images/notice_table_tr.gif) 100% 0 no-repeat; padding:5px}

/* END ROUND CORNERS ON CONTENT BOX */