body {
	color: #7f7f7f;
	font-family: Verdana;
	background-color: white;
	margin: 0 0 20px
}

.text_03 {
	font-size: 3px;
	line-height: 1.25em;
}

.text_05 {
	font-size: 5px;
	line-height: 1.25em;
}

.text_09 {
	font-size: 10px;
	font-family: Arial;
	line-height: 1.25em;
}

.text_10_a {
	font-size: 11px;
	font-family: Arial;
	line-height: 1.25em;
}

.text_10 {
	font-size: 10px;
	line-height: 1.25em;
}

.text_10_box {
	font-size: 10px;
	line-height: 1.25em;
}

.text_11 {
	font-size: 11px;
	line-height: 1.25em;
}

.text_12_a {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.4em;
}

.text_12 {
	font-size: 12px;
	line-height: 1.25em;
}

.text_13 {
	font-size: 13px;
	line-height: 1.25em;
}

.text_14 {
	font-size: 14px;
	line-height: 1.25em;
}

.text_17_a {
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.25em;
}

.menu_box {
	background-color: #1260ae;
	background-image: url(images/header_bg.gif);
	padding: 45px 30px 7px 15px;
}

.menu_sep {
	padding-right: 15px;
	padding-left: 15px;
}

.menu_in {
	color: #fff;
	font-size: 15px;
	font-family: Arial;
	line-height: 1.25em;
	background-image: url(images/menu_line.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-decoration: none;
	padding-top: 8px;
}

#menu {
	color: #fff;
	font-size: 15px;
	font-family: Arial;
	line-height: 1.25em;
	text-decoration: none;
	padding-top: 8px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	outline-style: none;

}

#menu a:hover {
	background-image: url(images/menu_line.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-decoration: none;
	padding-top: 8px;
	outline-style: none;
	
}

.content {
	font-size: 12px;
	line-height: 1.25em;
	background-image: url(images/bottom_gradient.png);
	background-repeat: repeat-x;
	background-position: 0 top;
	padding-bottom: 32px;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

.header {
	
}

.header_index {
	border-top: 2px solid #fff;
}

.text_color {
	color: #1260ae;
}

.text_black {
	color: #505050
}

.image {
	border: solid 1px #c0c0c0;
}

a.color {
	color: #1260ae;
	text-decoration: underline;
}

a.color:hover {
	color: #1260ae;
	text-decoration: none
}

.pag_frame {
	font-size: 12px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pag_in {
	color: white;
	font-size: 14px;
	background-color: #1260ae;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: solid 1px #1260ae;
}

.pag_out {
	color: #c0c0c0;
	font-size: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: solid 1px;
}

a.pag {
	color: #c0c0c0;
	font-size: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: solid 1px;
}

a.pag:link {
	color: #434343;
	background-color: #f5f5f5;
	border-color: #999;
}

a.pag:active {
	color: #434343;
	background-color: #f5f5f5;
	border-color: #999;
}

a.pag:visited {
	color: #434343;
	background-color: #f5f5f5;
	border-color: #999;
}

a.pag:hover {
	color: #fff;
	background-color: #434343;
	border-color: #656565;
}

.highlight img {
	border: solid 13px #fff;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.highlight:hover img {
	border: solid 8px #fff;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.7);
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.highlight:hover {
	border: 0;
	
}

.pdf-off {
	color: #b0b0b0;
	font-size: 12px;
	background-image: url(images/pdf-off.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: underline;
	height: 14px;
	padding-right: 1px;
	padding-left: 20px;
}

a.pdf {
	color: #1260ae;
	font-size: 12px;
	text-decoration: underline;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding-right: 1px;
	padding-left: 20px;
	height: 14px;
}

a.pdf:hover {
	text-decoration: none;
	padding-right: 1px;
}

#pre {
	color: #1260ae;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.2em;
}

#pre a {
	color: #1260ae;
	text-decoration: none;
	outline-style: none;
}

#pre a:hover {
	text-decoration: underline;
	outline-style: none;
}

#footer {
	font-size: 11px;
	font-family: Arial;
	line-height: 1.5em;
}

#footer a {
	color: #7f7f7f;
	text-decoration: none;
	outline-style: none;
}

#footer a:hover {
	text-decoration: underline;
	outline-style: none;
}

.paper {
	background-image: url(images/bg_paper.png);
	background-repeat: repeat-x;
	background-position: 0 top;
}
