/* ====================*/
/* Header - H1*/
/* ====================*/
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: transparent;}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size:24px;
	color: #FF0000;
	background-color: transparent;
	text-decoration : none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}


/* ====================*/
/* SubHeader - H3*/
/* ====================*/
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	background-color: transparent;
	font-weight : bold;
	text-decoration : none;
	line-height: 15px;
}


/* ====================*/
/* Highlight Zone (news) - H4*/
/* ====================*/
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #19087F;
	background-color: transparent;
	font-weight : bold;
	text-decoration : none;
	line-height: 15px;
}
h3.side {
	font-family : Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #19087F;
	background-color: transparent;
	font-weight : bold;
	text-decoration : none;
	line-height: 18px;
}
h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #19087F;
	background-color: transparent;
	font-weight : bold;
	text-decoration : none;
	line-height: 12px;
}
/* ====================*/
/* Thumb Links*/
/* ====================*/
.thumbLinks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666666;
	background-color: white;
	
	text-decoration : none;
	line-height : 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thumbLinks A:link      { color:#19087F; background-color: transparent; text-decoration : underline; }
.thumbLinks A:visited  { color:#666666;background-color: transparent;  text-decoration : underline; }
.thumbLinks A:active  { color:#666666; background-color: transparent; text-decoration : underline; }
.thumbLinks A:hover   { color: #FF0000; background-color: transparent; text-decoration : none; }

/* ====================*/
/* boxText*/
/* ====================*/
.boxText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #333333;
	background-color: transparent; 

	text-decoration : none;
	line-height : 16px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.boxText A:link      { color:#19087F; background-color: transparent; text-decoration : underline; }
.boxText A:visited  { color:#009999; background-color: transparent; text-decoration : underline; }
.boxText A:active  { color:#666666; background-color: transparent; text-decoration : underline; }
.boxText A:hover   { color: #FF0000; background-color: transparent; text-decoration : none; }

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #ffffff;}
	td.text{
	padding-left: 10px;
}
/* ====================*/
/* paragraph */
/* ====================*/
p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: transparent;

	text-decoration : none;
	line-height : 15px;
}
p A:link      { color:#19087F; background-color: transparent; text-decoration : underline; }
p A:visited  { color:#8AABC5; background-color: transparent; text-decoration : underline; }
p A:active  { color:#009999; background-color: transparent; text-decoration : underline; }
p A:hover   { color: #FF0000; background-color: transparent; text-decoration : none; }

.syntax {
	font-style: italic;
	font-weight: bold;
}
.sidebar{
	color:#19087F;}
}
/* ====================*/
/* Nav*/
/* ====================*/
.Nav {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #000000;
	background-color: transparent;
	text-decoration : none;
	padding-left: 10px;
}

.Nav a {
	background: url(images/arrow_blue.gif) no-repeat 2px;
	color: #000000;

	text-decoration : none;
	padding-left: 10px;
}

.Nav a:hover {
	background: url(images/arrow_red.gif) no-repeat 2px;
	color: #FF0000;
	text-decoration : none;
}


/* ====================*/
/* Nav */
/* ====================*/
.NavOn {
	background: url(images/arrow_red.gif) no-repeat 2px;
	color: #ff0000;
background-position: 12px;
	text-decoration : none;
	padding-left: 20px;
	
	
	
}

.NavOn a{
	color: #FF0000;

	text-decoration : none;
	
}

/* ====================*/
/* Unordered list*/
/* ====================*/
ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: transparent;
	
	text-decoration : none;
	list-style-image: url(images/square_blue.gif);
	padding-left: 5px;
	margin-left: 22px;
}

ul a {
	color:#000000; background-color: transparent; text-decoration : none;
}

ul a:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration : none;
}
li.main {
	padding-bottom: 15px;
}
ul.main a {
	 color:#19087F; background-color: transparent; text-decoration : underline;
}

ul.main a:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration : none;
}
/* ====================*/
/* secondaryNav*/
/* ====================*/
.secondaryNav {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
background-color: transparent;
	text-decoration : none;
	padding-left: 10px;
	padding-right: 10px;
}

.secondaryNav a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration : none;
	padding-left: 15px;
}

.secondaryNav a:hover {
	color: #19087F;
	background-color: transparent;
	text-decoration : none;
}
.indent {
	padding: 10px;
}


