/* Form class */
.formStyle
			{
			margin: 0px;
			}

/* Body text class */
.gtext 
		{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #333333;
		}

/* Body text class */
.star 
		{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #cccccc;
		}

/* Right Title class */
.rtitle 
		{
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
		}

/* Marquee Title class */
.mtitle 
		{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
		color: #333333;
		}

/* Marquee text class */
.mtext 
		{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-decoration:none;
		color: #333333;
		}

/* Gallery Title class */
.gtitle 
		{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
		color: #ffffff;
		}


/* Page Title class */
.ptitle 
		{
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		text-decoration:none;
		/*color: #ec1c24;*/
		color: #f6921d;
		}

/* Page Title02 class */
.ptitle02 
		{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration:none;
		color: #666666;
		}
													
/* Copyright class */
.copytxt
		{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 9px;
		color: #cccccc;
		text-decoration: none;
		font-weight:normal;
		}

/* Copyright class */
.copytxt01
		{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 9px;
		color: #333333;
		text-decoration: none;
		font-weight:normal;
		}
		
/* INPUT BOX STYLES */
.inputForm {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #FFFFFF;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}