/* Main font setting. */
table {font-family:Calibri,Tahoma,Verdana,Arial,Helvetica; font-size:11pt; font-weight:normal; font-style:normal; color:#000000}
select {font-family:Calibri,Tahoma,Verdana,Arial,Helvetica; font-size:11pt; font-weight:normal; font-style:normal; color:#000000}
input {font-family:Calibri,Tahoma,Verdana,Arial,Helvetica; font-size:11pt; font-weight:normal; font-style:normal; color:#000000}
textarea {font-family:Calibri,Tahoma,Verdana,Arial,Helvetica; font-size:11pt; font-weight:normal; font-style:normal; color:#000000}

/* Normal links.
Note that a:hover should be after a:visited. */
a:link {text-decoration:underline; font-weight:bold; color:#983738}
a:visited {text-decoration:underline; font-weight:bold; color:#703637}
a:hover {text-decoration:underline; font-weight:bold; color:#C76565}
a:active {text-decoration:underline; font-weight:bold; color:#C76565}


a:link {text-decoration:underline; font-weight:bold; color:#2790B0}
a:visited {text-decoration:underline; font-weight:bold; color:#106090}
a:hover {text-decoration:underline; font-weight:bold; color:#50C0E0}
a:active {text-decoration:underline; font-weight:bold; color:#50C0E0}




/* Special links. */
a.cssclsSpecialLink:link {text-decoration:none; font-weight:bold; color:#2790B0}
a.cssclsSpecialLink:visited {text-decoration:none; font-weight:bold; color:#2790B0}
a.cssclsSpecialLink:hover {text-decoration:underline; font-weight:bold}

/* Print. */
@media print {
	/* cssclsNoPrint class. */
	.cssclsNoPrint {display:none}
}

/* Screen. */
@media screen {
	/* cssclsNoScreen class. */
	.cssclsNoScreen {display:none}
}
