
a:link {
	color: #000000
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000
}
a:active {
	color: #000000
}

select {
	font-family: Verdana; 
	font-size: 12px;		
}

input {
	font-family: Verdana; 
	font-size: 12px;		
}

.text {  
	font-family: Verdana; 
	font-size: 12px;
	color: #000000
}
.textGrey {  
	font-family: Verdana; 
	font-size: 12px;
	color: #666666;
}

.text12 {  
	font-family: Verdana; 
	font-size: 14px;
	color: #000000
}

.redBoldText {  
	font-family: Verdana; 
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}

.txtBold {
	font-weight:bold;
	font-family: Verdana; 
	font-size: 12px;
	color: #000000
}

.dropDown {
	width:100px;
}

.frame {
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#000000;
	
}
.dashedFrame {
	border-style:dashed;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#000000;
}

.tblHeader {
	background-color:#A5A5A5;
	color: #FFFFFF;
	font-family: Verdana; 
	font-size: 12px;
	font-weight:bold;
	padding:1px;
}

.kGreen {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	background-color: #32cd32;
	position:relative;
	font-size:9px;
	color: #fff;
	text-align:center;
}
.kYellow {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	background-color: #ffff00;
	position:relative;
	font-size:9px;
	color: #000;
	text-align:center;
}
.kOrange {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	background-color: #ffa500;
	position:relative;
	font-size:9px;
	color: #fff;
	text-align:center;
}
.kRed {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	background-color: #ff0000;
	position:relative;
	font-size: 9px;
	color: #ccc;
	text-align:center;
}
