body {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

td { color: #333; font-size: 11px; line-height: 15px; }
a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #0099FF;
}
.title_orange {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #f7941d;
}
.normal_orange {
	color: #f7941d;
}
.title_white {

	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
}
.normal_white {
	color: #ffffff;
}
.justified { text-align: justify; }
.border_grey {
	font-size: 11px;
	font-variant: normal;
	background-color: #CCCCCC;
	border: 1px dotted #333333;
	padding: 5px;
}
.border_orange {
	font-size: 11px;
	font-variant: normal;
	background-color: #FFCC99;
	font-weight: bold;
	height: 30px;
}
.line_bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

input {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	line-height: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
select {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	line-height: 13px;
	border: thin dotted #333333;
	width: 300px;
}

option { color: #660000; font-size: 11px; font-family: Verdana; line-height: 13px; }
textarea { color: #660000; font-size: 11px; font-family: Verdana; line-height: 13px; }
ul { line-height: 15px; margin: 0 0 0 20px; list-style-type: disc; }
ol {
	list-style-type: decimal;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 25px;
}
.bullet { margin-left: 10px; list-style-type: disc; list-style-position: outside; white-space: normal; }

.footer {
	font-size: 9px;
	color: #cccccc;
}
.border_focus {
	color: #FFFFFF;
	background-color: #f7941d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}
.title_focus {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	line-height: 15px;
	background-image: url(../img/layout/common/focus_bg_title.png);
	height: 30px;
	width: 320px;
	padding-top: 10px;
	padding-left: 10px;
}
.abstract {
	font-size: 10px;
	color: #333333;
	text-align: justify;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
input.checkbox {
	color: #333333;
	border: 0px none #333333;
}
input.radio {
	color: #333333;
	border: 0px none #333333;
}
.td_chapter {
	font-size: 18px;
	font-weight: bold;
	color: #f7941d;
	vertical-align: middle;
	text-indent: 10px;
	font-variant: normal;
	letter-spacing: 5px;
}

input.submit {
	color: #333333;
	border: 1px inset #CCCCCC;
	background-color: #CCCCCC;
	height: 20px;
	width: 100px;
}
input.text {
	color: #333333;
	border: 1px inset #ccc;
}
.normal_red {
	color: #990000;
}
sup {
	font-size: 10px;
	vertical-align: middle;
}
.references {
	font-size: 9px;
	color: #666666;
	line-height: 10px;
}
.review_publ {
	color: #0054a6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #0054a6;
	border-right-color: #0054a6;
	border-bottom-color: #0054a6;
	border-left-color: #0054a6;
	border-right-style: none;
	border-left-style: none;
}
.title_blue {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #0054a6;
}
