#login {
	position:relative;
	top: 0;
}

#content {
	position:relative;
	top: 20;
	height: 200;
	width:300;
}

.text  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}

.alerttext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffcc00;
}


.smalltext  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}

.whitetext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	line-height : 17px;
	color : #ffffff;
}


.smallwhitetext  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}


.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;
}


.blackboldtext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}


.whiteboldtext  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

.whiteheader  {
	font-size : 15px;
	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;
}

.subtitle  {
	font-size : 16px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #1E96C3;
}


input, textarea, select, option
{
	font-family: Arial, Helvetica;
	color: #444444;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
}


/*----------------------------*/
.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;
}

/*----------------------------*/