/* general */
BODY, TABLE, TD, DIV, P, INPUT, TEXTAREA {
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	font-size: 12px;
}

BODY {
	background-color: white;
	color: black;
}

A {
	color: #2B87CA;
}

A:Hover, A:Visited, A:Active {
	color: #05559C;
}

H1 {
	font-size: 24px;
}




/* specific */
.logo {
	border-bottom: 5px solid #62A5D2;
}

.content {
	padding-top: 10px;
	padding-right: 20px;
}

.sidebar {
	padding-top: 10px;
	text-align: right;
}

.sidebar .section_title {
	background-color: #05559C;
	color: white;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}

.sidebar .section_links A {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

.sidebar .section {
	margin-bottom: 20px;
}

/* brochures */
TABLE.brochures TR.brochure TD {
	border-bottom: 1px dotted #666666;
	padding: 10px;
}

TABLE.brochures TR.last TD {
	border-bottom: 0;
}

TABLE.brochures TR.brochure TD.name {
	font-weight: bold;
	padding-right: 40px;
	font-size: 14px;
}

TABLE.brochures TR.brochure TD.size {
	color: #666666;
}

/* login form */

TABLE.login_form TD.tag {
	font-weight: bold;
	font-size: 11px;
}

TABLE.login_form TD.input INPUT {
	font-size: 11px;
}