html, body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: 0;
}

a {
	color: #4991C3;
}

h1 {
	margin: 0;
	padding: 0;
	
	font-size: 110%;
}

h2 {
	margin: 0;
	padding: 0;

	font-size: 90%;
	font-weight: 600;
}

#content {
	font-size: 80%;
}

/* 
#
## START head search
#
*/
#headersearch form {
	font-size: 80%;
}

#headersearch form input {
	font-size: 90%;
	background-color: #f5f5f5;

	border-width: 0 0 1px 0;
	border-color: #21597a;
}

#headersearch #ajaxSearch_input {
	width: 80px;
}

#headersearch #ajaxSearch_form fieldset {
	border: 0;
}

#headersearch form input:active, #headersearch form input:hover, #headersearch form input:focus {
	background-color: #e9e9e9;
	color: #ff0000;
}
/* 
#
## END head search
#
*/

/* 
#
## START entry
#
*/
#content .entry {
	margin: 0 1em 3em 1em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #4991C3;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .entry  #last {
	border: 0;
}

.entry h1 {
	font-size: 140%;
	margin: 0.4em 0 0.6em 0;
	padding: 0;
	color: #21597a;
}

.entry h2 {
	color: #4991C3;
	font-size: 110%;
}

.entry h2 a {
	text-decoration: none;
}

.entry h3 {
	color: #21597a;
	margin: 1em 0 0.5em 0;
	font-size: 100%;
}

.entry h3 a {
	text-decoration: none;
}



.entry p img {
/*	float: left;*/
}

.entry p a.readmore {
	display: block;
	text-align: right;
	font-size: 100%;
}

.entry p a.readmore:hover {
	background-color: #f5f5f5;
	color: #21597a;
}

/* lists */
.entry ul {
	list-style-type: circle;
/*	font-size: 90%; */
}

.entry p, .entry li {
	font-size: 100%;
/*	padding: 0 0 0 3em;*/
}

.entry table {
/*	border-spacing: 1px; */
	border-width: 1px;
	border-color: #d8d8d8;
	border-collapse: collapse;
}

.entry table thead td {
	background-color: #e9e9e9;
	padding: 0.5em 1px 0.5em 3px;
	border-spacing: 0.5em 0;
	font-weight: 900;
}

.entry td {
	font-size: 90%;
	padding: 0.3em 1px 0.3em 3px;
}

/* 
#
## END entry
#
*/

/* 
#
## START sidebar
#
*/
.sidebarentry {
	margin: 0 0 2em 0;
}

.sidebarentry h1 {
	font-size: 70%;
	margin: 0.2em 0 0.4em 0;
	padding: 0;
}

.sidebarentry h2 {
	color: #4991C3;
	font-size: 65%;
}

.sidebarentry p {
	font-size: 70%;
/*	text-align: justify;*/
}
/* 
#
## END sidebar
#
*/


/* 
#
## START footer
#
*/
#footer p {
	padding: 1em 0 0 0;
	line-height: 3em;
	font-size: 70%;
	text-align: center;
	font-weight: 600;
	color: #21597a;
}

#footer p a {
	text-decoration: none;
	color: #21597a;
}

#footer p.techdata {
/*	color: #8f8f8f;	*/
	color: #6b6b6b;
	line-height: 1.5em;
	font-weight: 100;
	font-size: 60%;
	padding-bottom: 1em;
}
/* 
#
## END footer
#
*/
