body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


form {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.title {
	font-family: "Arial", Sans serif;
	font-size: 16px;
	font-weight: bold;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}


.bg_blue {
background-color: #e4edf6
}

.blue_txt {
	color: #0066CC;
}
.frm_label {
	color: #0066CC;
	font-size:16px;
	font-weight:900;
}

a.modify {
	color: #FF0000;
	font-size: 9px;
}

.center {
text-align:center;
}

.content {
	padding: 3px 22px;
	margin: 0px;
}

.error_msg {
	color: red;
    font-size: 14px;
}

button {
background-color: #e4edf6;
}

.hiddenlayer{display:none}
.showlayer{display:inline}


a.button:link  
{ 
 color:blue;
}


a.button:visited  
{ 
 color:blue;
}

a.button:active  
{
 color:blue;
}

a.button:hover  
{
 color:blue;
}