.text  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}

.smalltext  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}

.smallboldtext  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #666666;
}

.boldtext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #666666;
}

.whiteboldtext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

.header  {
	font-size : 15px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #1E96C3;
}

.title  {
	font-size : 18px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

input, textarea, select, option
{
	font-family: Arial, Helvetica;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background-color: #F1F2ED;
    border: 1px solid #cccccc;
}


/*----------------------------*/
.link  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #1E96C3;
}

.link:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #0099CC;
}

.smalllink  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #1E96C3;
}

.smalllink:Hover  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #0099CC;
}

/*----------------------------*/

/*ADMIN NAV LINK*/

.nav  {
	font-size : 16px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #000000;
}

.nav:Hover  {
	font-size : 16px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #CC3300;
}

.subnav  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #000000;
}

.subnav:Hover  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #CC3300;
}

/*----------------------------*/