/* Main defines */

body {
	background-image:url(/img/main/background.gif);
        background-color: #E0E0E0;
 	color: black;
	font-family: Arial
}

a:link,a:visited { 
	color : #808080;
}

a:hover { 
	color : #000000;
}

/* Custom defines */

.BigGrey {
	color: #808080;
	font-size: 18pt;
}

.smallText {
	font-size: 10pt;
}

.emphasis1 {
	color: orange;
}

.emphasis2 {
	color: orange;
	text-decoration: underline;
}

.emphasis3 {
	color: red;
}

.emphasis4 {
	font-weight: bold;
	font-size: larger;
	text-decoration: underline;
}

/* Table defines */

table {
	rules: all;
	rule-style: dotted;
    	rule-color: black;
    	rule-width: 5pt;
}

td.head {
	font-weight: bold;
}

td.light { 
	background-color: #C0C0C0;
} 

td.dark {
	background-color: #9E9F9F;
}

