
 
			
		
		
	


@charset "utf-8";

body,input{
	font-size : 10pt;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/* For vertical menu */
A:VISITED.verticalMenu {
	letter-spacing : 0.5px;
	text-decoration : none;
}

A:HOVER.verticalMenu {
	letter-spacing : 0.5px;
	text-decoration : underline;
}

A:ACTIVE.verticalMenu {
	letter-spacing : 0.5px;
	text-decoration : none;
} 

A:LINK.verticalMenu {
	text-decoration:none;
}

/* Normal hyperlink */
A:VISITED {
	letter-spacing : 0.5px;
	text-decoration : underline;
}

A:HOVER {
	letter-spacing : 0.5px;
	text-decoration : underline;
}

A:ACTIVE {
	letter-spacing : 0.5px;
	text-decoration : underline;
} 

A:LINK {
	letter-spacing : 0.5px;
	text-decoration : underline;
} 
/* Normal hyperlink */

/* For top menu */
.topmenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	padding: 5px 20px 5px 10px;
	margin: 20px;
	background-color: #0095DA;
}

.topmenuLink {
	font-size: 10pt;
	color: #FFFFFF;
}
.topmenuLink a:link {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	letter-spacing: 0.5px;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenuLink a:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	letter-spacing: 0.5px;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenuLink a:hover {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	letter-spacing: 0.5px;
	color: #7FC8E8;
	text-decoration: none;
}
.topmenuLink a:active {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	letter-spacing: 0.5px;
	color: #7FC8E8;
}
/* For top menu */

.border {
	border: 1px solid #CCCCCC;
	font-size: 10pt;
}

.subhead {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 8px;
	padding: 3px;
}

/* small size item list */
ul.bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.bullet {
	background: url("/images/bullet_point.gif")  no-repeat top left;
	padding-left: 8px;
}
/* small size item list */

/* 
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1 solid #000000;
}

.radio {
	border-width: 0;
}

.checkbox{
	border-width: 0;
}
*/

pre{
	font-size: 11px;
	font-family : "Courier New", Arial, Verdana, Helvetica, sans-serif;
}

.xxsmallfont{
	font-size : xx-small;
}

.messageBox {
    background-color: #F7F7F7; 
	border: 1px solid #88a4d7;
}

.listHeading {
	font-weight:bold;
	background-color:#7DA7D9;
	height:20px;
	color:#FFFFFF;	
}

.RecordNotFound{
	color:#FF0000;
	font-weight:bold;
}

/* Vert listing */
.vert {
	writing-mode: tb-rl; 
}

