

/* =Default properties for all the page */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

/* =Divs */

div {
	text-align: left;
}


/* =Links */

a, a:hover {
	text-decoration: none;
}


/* =Head Lines */

h1, h2, h3, h4, h5, h6 {
}


/* =Paragraph and Text */

p, li {
	font-size: 12px;
}
li li {
	font-size: 11px;
}

small {
	font-size: 10px;
}

code {
}


/* =Tables */

table {
}


/* =Forms */

select, input, textarea {
	font-size: 11px;
}
label {
	font-size: 11px;
}

/* =Buttons */
/*
.button span {
	font-size: 11px;
	font-weight: bold;	
	text-transform: uppercase;	
	text-decoration: none;	
    text-align: center;
}
.button span a {
	text-transform: uppercase;
	text-align: center;
}
.button span a:hover {
	text-decoration: none;
}
*/

/* =Major Sections of the webpage
------------------------------------------------------------------------*/

/*** =Header ***/
#header p {
	font-size: 10px;
}


/*** =Main Menu ***/
#mainMenu ul li a {
	font-size: 12px;
}
body#body1 #mainMenu li#mainMenuLink1 a, body#body2 #mainMenu li#mainMenuLink2 a,
body#body3 #mainMenu li#mainMenuLink3 a, body#body4 #mainMenu li#mainMenuLink4 a, 
body#body5 #mainMenu li#mainMenuLink5 a {	
	/*font-weight: bold;*/
}

/*** =Content ***/

#breadCrumb {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}

/*** =Main Content ***/

#mainContent h2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'trebuchet ms', arial; 
}
#mainContent h3 {
	text-align: left;
	font-size: 14px;
	font-family: arial; 
}
#mainContent h4, #mainContent h5 {
	text-align: left;
	font-size: 13px;
	font-family: arial; 
}
#mainContent h4 {	
	font-size: 13px;
}
#mainContent h5 {	
	font-size: 13px;
}
#mainContent p, #mainContent li {
	font-size: 13px;
}
#mainContent li li {
	font-size: 11px;
}
#mainContent small {
	font-size: 11px;
}
#mainContent img {
	text-align: left;
}

#mainContent div.imgWithText p {
	font-size: 11px;
}
#mainContent .date {
	font-size: 11px;
	font-weight: bold;
}
#mainContent a.linkPrev, #mainContent a.linkNext {
	font-size: 12px;
}

#body3 #mainContent table, #body3 #mainContent table th {
	font-size: 11px;
	font-weight: normal;
}
#body3 #mainContent table thead th, #body3 #mainContent table tbody tr.subtitle th {
	font-weight: bold;
}
#body3 #mainContent table thead th {
	text-align: center;
}
#body3 #mainContent table tbody td {
	font-size: 10px;
	text-align: center;
}

#body4 #mainContent table {
	font-size: 13px;
	text-align: left;
}
#body4 #mainContent table th, #body4 #mainContent table td {
	font-weight: normal;
}
#body4 #mainContent table h3 {
	font-size: 12px;
}
#body4 #mainContent table p, #body4 #mainContent table li {
	font-size: 11px;
}


/*** =Local Menu ***/
#secondaryContent {
	font-size: 12px;
}

#secondaryContent h2 {
	font-size: 11px;
	text-transform: uppercase;
}
#secondaryContent h3, #secondaryContent p, #secondaryContent label, #secondaryContent input {
	font-size: 11px;
	font-weight: normal;
}
#secondaryContent input {
	font-size: 10px;
}

#secondaryContent #secondaryContentHomeB h2 {
	font-size: 11px;
	text-transform: uppercase;
}
#secondaryContent #secondaryContentHomeB label, #secondaryContent #secondaryContentHomeB input, 
#secondaryContent #secondaryContentHomeB a {
	font-size: 11px;
	font-weight: normal;
}
#secondaryContent input {
	font-size: 10px;
}
#secondaryContent #secondaryContentHomeB a {
	text-align: right;
}

#secondaryContent ul li {
	font-size: 12px;
}
#secondaryContent ul li li {
	font-size: 11px;
}
#secondaryContentHome2 ul li {
	font-size: 11px;
	
}
#secondaryContent ul li a.active {
	/*font-weight: bold;*/
}
#secondaryContent ul li li a.active {
	/*font-weight: normal;*/
}

/*** =Footer ***/
#footer, #footer p {
	text-align: center;
	font-size: 10px;
}
