/*  <<< Redefined Elements  >>> */

/* Set default colors and font */
BODY,TD,P {
	font: 11px  Trebuchet MS,Verdana,Arial,Tahoma,sans-serif; 
	color: #000000;
}

.whitelink,.whitelink:link,.whitelink:active,.whitelink:visited {  color:white; font-size:10px; font-weight:bold; text-decoration:none;
}
.whitelink:hover {  color:white; font-size:10px; font-weight:bold;  text-decoration:underline;
}


IMG {
	display: block;
	border-style : none;
}
		
B	{ 
	font-weight: bold;
}

I	{
	 font-style: italic;
}

FORM { 
	margin: 0px;
}

SELECT { 
	font: 11px  Monaco, OCR A Extended, Andale Mono, Lucida Console, Courier New, monospace;
	margin-bottom: 0px; 
	margin-top: 0px;
}

INPUT, TEXTAREA	{ 
	font: 12px Monaco, OCR A Extended, Andale Mono, Lucida Console, Courier New, monospace; margin:0px;
}

/* main linkage */
A, A:link, A:active, A:visited	{ 
	color: #456A82; 
	text-decoration:underline; 
}

A:visited	{ 
	color: #999999; 
	text-decoration:underline; 
}

A:hover	{ 
	color: #74B3DC;
}

/* nav links */
.white ,A.white, A.white:link, A.white:active, A.white:visited	{ 
	font: bold 9.4px  Verdana,Trebuchet MS,Arial,Tahoma,sans-serif; 
	color: #FFFFFF; 
	text-decoration:none;
}

A.white:hover	{ 
	font: bold 9.4px  Verdana,Trebuchet MS,Arial,Tahoma,sans-serif; 
	color: #FFFFFF;
	text-decoration:underline;
}

/* subnav links */
.red ,A.red, A.red:link, A.red:active, A.red:visited	{ 
	font: 10px  Verdana,Trebuchet MS,Arial,Tahoma,sans-serif; 
	color: #990000; 
	text-decoration:none;
}

A.red:hover	{ 
	font: 10px  Verdana,Trebuchet MS,Arial,Tahoma,sans-serif; 
	color: #990000;
	text-decoration:underline;
}

.grey,A.grey, A.grey:link, A.grey:active, A.grey:visited, A.grey:hover	{ 
	font: 10px  Verdana,Trebuchet MS,Arial,Tahoma,sans-serif; 
	color: #666666;
	text-decoration:underline;
}

/* custom classes */
.header {
	color:#456A82;
	font-weight: bold;
}

.subheader {
	font-size:14px;
	color:#333333;
	font-weight: bold;
}

/* Form Field control */
.formfield {
	font-family : "Courier New", Courier, monospace;  
	font-size : 11px;
	background-color : #FCFCFC; 
}

.nstextarea {
	font-family : "Courier New", Courier, monospace;  
	font-size : 11px;	
}

/* Submit button */
.submitter {
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
	 font-size : 11px;
}

/* default error */
.error {
	font-family : arial, Helvetica, sans-serif;  
	font-size : 12px;
	font-weight: bold;
	color: red;
}
