/* CSS Document */

body, p, td { font: normal 11px verdana;}

body { padding: 25px 0px 25px 0px;
	   margin: 0px;
	   background: #D6D6D6 url(images/bg.gif) top left repeat-x;}

DIV#div_body { padding: 0px 0px 0px 15px;}
	#div_body h1 { margin-top: 0px;
				   margin-bottom: 2px;
				   font-size: 16px;
				   color: #436AAC;}
	#div_body h2 { margin-top: 0px;
				   margin-bottom: 2px;
				   font-weight: bold;
				   font-size: 14px;
				   color: #c00;}
	#div_body ul { margin-left: 12px;
				   padding-left: 5px;}
DIV#div_copy { text-align: center;
			   font-size: 10px;
			   padding: 5px;}
DIV#div_iframe { padding:0px;
				 margin-left: -25px;
				 margin-top: -25px;}
DIV#div_side { padding: 0px;
			   border: 0px solid #000;
			   text-align: left;}
	#div_side h1 {font-size: 14px;
				  margin-bottom: 3px;
				  margin-top: 0px;
				  border-bottom: 1px solid #333;
				  color: #606C74;}
	#div_side h2 { font-size: 12px;
				   color: #606c74;
				   margin-top: 0px;
				   margin-bottom: 3px;}
	#div_side ul { margin-left:12px;
				   padding-left:5px;}
DIV#div_subnav { text-align: center;
				 font-size: 10px;
				 padding: 5px;
				 color: #fff;}

a { text-decoration: underline;
	font-weight: bold;
	color: #c00;}
a:hover { text-decoration: none;
		  color: #000;}
a.a_audio { font-weight: bold;
			font-size: 10px;
			text-decoration: none;}
a.a_audio:hover { text-decoration: underline;}
a.a_copy { text-decoration: none;}
a.a_copy:hover { text-decoration: underline;}
a.a_signin { font-size: 10px;
			 text-decoration: none;}
a.a_signin:hover { text-decoration: underline;}
a.a_subnav { text-decoration: none;
			 font-weight: normal;
			 color: #fff;}
a.a_subnav:hover { text-decoration: underline;}

h1 { margin-top: 0px;
	 margin-bottom: 2px;
	 font-size: 16px;
	 color: #436AAC;}
h2 {}

img.img_main { border: 1px solid #999;}

table.table_body { border-top: 5px solid #fff;}

td.td_body { background: #F9F9F9;}
td.td_bodyTop { background: url(images/body_side_t.gif) top left repeat-x;}
td.td_bodyBottom { background: url(images/body_side_b.gif) bottom left repeat-x;}
td.td_bodyLeft { background: url(images/body_side_l.gif) top left repeat-y;}
td.td_bodyRight { background: url(images/body_side_r.gif) top right repeat-y;}

td.td_subnav { background: #333;
			   border-top: 5px solid #fff;}

ul { list-style: url(images/bullet.gif);}
li { margin-bottom: 5px;}

.bold { font-weight: bold;
		color: #c00;}
.top_margin { margin-top: 5px;}
.center {text-align: center;}