/****************************************
FULL PAGE
****************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color:#E3F5FF;
	margin: 30px;
	padding: 0px;
	color: #092D8D;
}
a {
	color: #092D8D;/*#FF6600;*/
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/****************************************
MENUS
****************************************/
div.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #505050;
}
.menu {
	font-size: 15px;
	margin: 0px;
	padding: 5px;
	width: 100%;
	background-color: #092D8D;/*#284AA1;*/
	color: #ffffff;
}
.menu a {
	color: #ffdd00;
	text-decoration: none;
}
.menu a:hover {
	color: #ffff00;
	text-decoration: underline;
}
/****************************************
NORMAL TEXT
****************************************/
p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	line-height: 20px;
}
.note {
	font-style: italic;
	color: #707070;
}
/****************************************
HEADINGS
****************************************/
h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-style: italic;
	/*color: #092D8D;*/
	padding: 3px;
	margin: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h2 a {
	text-decoration:none
}
/****************************************
TABLES
****************************************/
table, tr, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
th {
	font-weight: bold;
	text-align: left;
}
/****************************************
MISC.
****************************************/
#columns {
	width: 100%;
}
.columnLeft {
	width: 33%;
	text-align:center;
	padding: 10px;
}
#columnRight {
	width: 67%;
}
#columnRight a img {
	border: 0px;
}
.footer {
	padding-top: 10px;
	font-size: 10px;
	color: #5d5d5d;
}
li, ul, ol {
	line-height: 20px;
	font-size: 12px;
}
li .new {
	color: red;
	font-size: 10px;
}
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
cite.product {
	font-weight: bold;
}
