body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 75%;
	background-color: white;
}
html>body {
	font-size: 12px;
	line-height: 1.5em;	
}

a {
	color: #666;
}
a:hover {
	color: orange;
}
#nav ul {
	
}
#nav li {
	list-style: none;
	text-align: center;
}
#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: none;
}
.errors {
	font-weight: bold;
}
.formItemError {
	
}
/* BLOG */
#blogNav h1, #blogSubNav h1 {
	font-size: 14px;
	color: #0487e5;
}
#blogBody {
	
}
#blogBody h1 {
	font-size: 14px;
}
#blogBody .title {
	color: #0487e5;
}
#blogBody .title a {
	color: #0487e5;
}
#blogBody .date {
	color: #999;
}
#blogBody .details {
	color: #666;
}
#blogBody .more a {
	color: #0487e5;
}

.content h1 {
	font-size: 18px;
}

.content h2 {
	font-size: 14px;
	font-weight: bold;
}
.similarButton {
	font-size: 10px;
	color: #666;
}
.photoCaption {
	color: #666;
}
/* CALAENDAR */
.calHeader {
	font-weight: bold;
	color: white;
	text-align: center;
}
.calCellCurrent, .calCellContent, .calCellNull, .calCellBlank, .calCellDay {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.calCellCurrent {
	font-weight: bold;
}
.calCellCurrent a, .calCellContent a {
	border: none;
}
.calCellContent {

}
.calCellNull {
}
.calCellBlank {

}
.calCellDay {
	color: white;
	font-weight: bold;
}
.calButtons select {
	font-size: 10px;
	color: #073455;
}

.calButtons input {
	font-size: 10px;
}
.inputButton {
	color: #fff;
}
/*LINKS*/
#blogLinks h2 {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
#blogLinks a {
	color: #0487e5;
}
#blogLinks p {
	font-size: 10px;
	color: #666;
}
/* FIELDS SETS */
fieldset {
	color: #555;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #0487e5;
}
.required {
	font-size: 10px;
	color: darkred;
}
