/* global reset - helps reduce browser inconsistencies
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{ border:none;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	
	border-spacing: 0;
}

/* Default CSS Stylesheet for a new Web Application project */

body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 15px;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 15px;
	text-align:justify;
}

h1{ font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-variant:small-caps;
padding:10px 0 10px;
font-style:normal;
font-weight:normal;
color:#333;
text-align:center;}
a {
	text-decoration:none;
	color: #000;
	}
a:hover {
	text-decoration:none;
	color: #999;
	}
/* TEXT CLASSES DARK */


.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 15px;
}

.textbold {
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height: 15px;
}

.textsmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:10px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 15px;
}

.textheader {
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 1px;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}


/* TABLE CLASSES */

.MainBorder {	
	border: solid 1px #B0B0B0;	
	background-color: #FFFFFF;
}



.line{
	background-color:#CDCDCD;
}

	
/* HYPERLINK CLASSES */


a.menu:link{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
		
}

a.menu:visited{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:active{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:hover{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.menusel{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 1px;
	line-height: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.menusel a:hover{ color:#737373;}
.menusel a{ color:#737373;}
