﻿body{
    margin: 2 0 0 0;
	/*font-family: Arial, Sans Serif;*/
	font-size: 12px;
	background-color: #FFFFFF;
}
a{
    color: #00007A;
    text-decoration: underline;
    font-family: Arial, Sans Serif;
}
a:hover{
    color: #00007A;
    text-decoration: none;
    font-family: Arial, Sans Serif;
}
.inq{
    color: #00007A;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.module_title{
    color: #00007A;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.module_title_smred{
    color: #9D0400;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.module_title_smred2{
    color: #9D0400;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.body_title_smblue{
    color: #00007A;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.btm{
    color: #00007A;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.red_notice{
    color: #9D0400;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.blue_plain{
    color: #00007A;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.plain_bold{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.red_plain{
    color: #9D0400;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Sans Serif;
}
.r_button{
	background-color: #C4D5E5;
	color: #00007A;
	font-weight: bold;
	cursor: hand;
	font-family: verdana;
	font-size :100%;
	border: 1px solid #333333;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px 0 3px 0px;
	width: 190px; 
	height: 17px; 
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC);
}
.r_button_on{
	background-color: #C4D5E5;
	color: #9D0400;
	font-weight: bold;
	cursor: hand;
	font-family: verdana;
	font-size : 100%;
	border: 1px solid #999999;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px 0 3px 0px;
	width: 190px; 
	height: 17px; 
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E9E9E9);
}
.rnavBoxGray {
    background-color: #F1F1F1;
    border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	padding: 5px 5px 5px 5px;
	/*width: 205px;*/
}
.rnavBoxGray a:active, .rnavBoxGray a:visited, .rnavBoxGray a:link, .rnavBoxGray a:hover {
	text-decoration: none;
}