a:link,a:visited,a:active {
	color : Blue;
	text-decoration : none;
}

a.big {
	font-family : arial,helvetica;
	font-size : 16px;
	font-weight : bold;
}

a:hover {
	background-color : #0000CD;
	color : #FFCC00;
}

body {
	//margin-left : 15px;
	//padding-right : 5px;
	background-color : #FFFFFF;
	color : #0000CD;
	font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-top : 0px;
	scrollbar-3dlight-color : #6596ED;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #FCFCFC;
	scrollbar-darkshadow-color : #0000FF;
	scrollbar-face-color : #6495ED;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #C8EBFF;
}

h1 {
	color : #DDDDDD;
	font-family : arial,helvetica;
	font-size : 18px;
	font-weight : bold;
	line-height : 18px;
	text-align : left;
}

h2 {
	border-bottom : 1px dotted #AAAAAA;
	color : Maroon;
	font-family : arial,helvetica;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
}

h3 {
	color : #993300;
	font-family : arial,helvetica;
	font-size : 14px;
	line-height : 18px;
}

h4 {
	background-color : #1E90FF;
	color : #FFFFFF;
	font-family : arial,helvetica;
	font-size : 18px;
	font-weight : bold;
	line-height : 18px;
	padding-bottom : 4px;
	text-align : left;
}

input {
	font-size : 10px;
}

p {
	color : #000066;
	font-family : tahoma,verdana, arial, helvetica;
	font-size : 10px;
}

th {
	background-color : #336699;
	color : #FFFFFF;
	font-family : verdana,arial,helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
}

.crumbs {
	border-bottom : 1px dotted #C0C0C0;
	border-top : 1px dotted #C0C0C0;
	color : #C0C0C0;
	font-size : xx-small;
	font-weight : normal;
	text-align : right;
}

.small {
	color : #C0C0C0;
	font-size : xx-small;
	font-weight : normal;
}

.tableevenrow {
	background-color : #4682B4;
}

.tableoddrow {
	background-color : #FFFFFF;
}
