@import url("forms.css");
@import url("tables.css");
@import url("links.css");
@import url("minidump.css");
@import url("dental.css");
@import url("content.css");
@import url("cards.css");
@import url("navigation.css");

//------------------------

body {
	font-family: arial;
	font-size: 12px;
}
td {
	font-family: arial;
	font-size: 12px;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: 1A029E;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: 1A029E;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: 1A029E;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: C9961F;
}

.logintitle {
	font-size: 13px;
	color: #494747;
}

td.label {
	color: 000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

td.section_title {
	color: 660000;
	font-size: 12px;
	font-weight: bold;
}

td.maintitle {
	color: 660000;
	font-size: 16px;
	font-weight: bold;
}

td.even {
	background-color: E2E2EB;
	padding: 3px;	
}

td.odd {
	background-color: FFFFFF;
	padding: 3px;	
}
.pagetitle {
	font-size: 18px;
	color: 333333;
}
.required {
	color: #FF0000;
	font-weight: bold;
}