/* CSS Document */

p, ul, ol {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.title {
	font-size: 14px;
	color: #4F89B5;
	font-weight: bolder;
}

.subTitle {
	font-size: 12px;
	color: #4F89B5;
	font-weight: bolder;
}

.learn {
	font-size: 10px;
	color: #FE760A;
	text-decoration: underline;
	text-align: left;
}

.learn:hover {
	text-decoration: none;
}

.subLink {
	color: #000;
	font-size: 9px;
	text-decoration: none;
}

.sublink:hover {
	text-decoration: underline;
}

.seperator {
	color: #FE760A;
	font-size: 8px;
}

.ikevin {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.ikevin:hover {
	text-decoration: none;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FE760A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.explanation {
	text-align: left;
	font-size: 10px;
}

.imageholder {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* FORMS */
.input {
	width: 100px;
	font-size: 11px;
	text-align:right;
}

.input_red {
	width: 100px;
	font-size: 11px;
	text-align:right;
	border: 1px solid #FF0000;
}

.input2 {
	width: 200px;
	font-size: 11px;
	text-align:left;
	
}

.input2_red {
	width: 200px;
	font-size: 11px;
	text-align:left;
	border: 1px solid #FF0000;
}

.submit {
	font-size: 11px;
}

.select {
	width: 100px;
	font-size: 11px;
}