/********************** main document body **********************/

html, body {

	background-color: 						#297ad7;
	font-family: 									Calibri, Arial, sans-serif; 	
	font-size: 										8pt; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									normal; 	
	color: 												#000000;
	
}


img {
	border: 											0px;
}

p {
	margin: 											0px;
}

.line
{
	background: 									transparent;
	border-bottom: 								2px solid #cdcdcd;
	margin: 											5px 0 5px 0;
	padding: 											4px;
	clear: 												both;
}

.whitePage
{
	margin: 											1px;
	padding: 											6px;
	background-color: 						#ffffff;
}

.bodyText {
	font-size: 										1.0em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									normal; 	
	color: 												#000000;
}

.pText {
	margin-bottom: 								4px;
	text-align: 									justify;
}

.headline {
	margin-top: 								10px;
}

.largeText {
	font-size: 										1.1em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									bold; 	
	color: 												#000000;
	margin-top: 									4px;
}

.smallText {
	font-family: 									Arial, sans-serif; 	
	font-size: 										0.8em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									normal; 	
	color: 												#000000;
}

.redText {
	font-size: 										1.0em; 
	font-style: 									normal; 
	font-weight: 									bold; 	
	color: 												#ff0000;
}

.blueText {
	font-size: 										1.0em; 
	font-style: 									normal; 
	font-weight: 									normal; 	
	color: 												#0000ff;
}

.greenText {
	font-size: 										1.0em; 
	font-style: 									normal; 
	font-weight: 									bold; 	
	color: 												#009900;
}

.logo {
	text-align: 									center;
	margin-bottom: 								4px;
}

.navMenu {
	font-size: 										1.0em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									normal; 	
	color: 												#ffffff;
	text-align: 									center;
	margin-bottom: 								6px;
}

.articles {
	font-size: 										1.0em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									normal; 	
	color: 												#000000;
}	

.blogNav {
	font-size: 										1.0em; 
	font-style: 									normal; 
	line-height: 									normal; 
	font-weight: 									bold; 	
	color: 												#ff0000;
	text-align: 									center;
}

.simpleLine {
	border-bottom: 								1px solid #cdcdcd;
	padding-bottom: 							2px;
	margin-top: 								10px;
}

.blogNav a:link     						{text-decoration: none; color: #0000ff}
.blogNav a:active   						{text-decoration: none; color: #0000ff}
.blogNav a:visited  						{text-decoration: none; color: #0000ff}
.blogNav a:hover    						{text-decoration: underline; color: #0000ff;}

.articles a:link     						{text-decoration: none; color: #0000ff}
.articles a:active   						{text-decoration: none; color: #0000ff}
.articles a:visited  						{text-decoration: none; color: #0000ff}
.articles a:hover    						{text-decoration: underline; color: #0000ff;}

.pText a:link     							{text-decoration: none; color: #0000ff}
.pText a:active   							{text-decoration: none; color: #0000ff}
.pText a:visited  							{text-decoration: none; color: #0000ff}
.pText a:hover    							{text-decoration: underline; color: #0000ff;}

.headline a:link     						{text-decoration: none; color: #0000ff}
.headline a:active   						{text-decoration: none; color: #0000ff}
.headline a:visited  						{text-decoration: none; color: #0000ff}
.headline a:hover    						{text-decoration: underline; color: #0000ff;}


a:link     											{text-decoration: none; color: #ffcc33}
a:active   											{text-decoration: none; color: #ffcc33}
a:visited  											{text-decoration: none; color: #ffcc33}
a:hover    											{text-decoration: underline; color: #ffcc33;}

