@charset "utf-8";
.white_letter_LRG {
	font-size: 22px;
	color: #FFFFFF;
}
.red_letter_LRG {
	font-size: 22px;
	color: #FF0000;
}
.red_letter_LRG2 {
	font-size: 20px;
	color: #FF0000;
}
.balck_letter_LRG {
	font-size: 22px;
	color: #000000;
}
.balck_letter_20 {
	font-size: 20px;
	color: #000000;
}
.side_box_wt {
	width: 128px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 14px;
	color: #000000;
}

.side_box_wt a:link {
	color:#FF0000;
}  
.side_box_wt a:visited {
	color:#FF0000;
}  
.side_box_wt a:hover {
	color:#000000;
	text-decoration: underline;
} 





.middle_BG {
	background-color: #D1CDCD;
	border: 1px solid #000000;
	padding: 10px;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
}
.gray_box {
	background-color: #D1CDCD;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
}
.bottom_page {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.small_black {
	font-size: 12px;
}
.simply_red {
	color: #FF0000;
	font-size: 12px;
}
.dotted_below {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.test {
	height: auto;
	width: 125px;
}
a:link {
	color:#FF0000;
}  
a:visited {
	color:#FF0000;
}  
a:hover {
	color:#000000;
	text-decoration: underline;
} 