/*
 * Combined style sheet for all main access pages.
 */
/* Style for all bodies. */
/* Style for all bodies. */
body {
	font-size: 14px;
	background-color: #404040;
	color: c0c0c0;
	font-family : "Times New Roman";
}

img {
	border-color: #C0C0C0;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF
}

/* Custom link styles */
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
A.thumb:LINK, A.thumb:VISITED, A.thumb:HOVER, A.thumb:ACTIVE {
	text-decoration : none;
}

A.myname:LINK, A.myname:VISITED, A.myname:HOVER, A.myname:ACTIVE {
	font-size : 120%;
}

A.pagelist:LINK, A.pagelist:VISITED, A.pagelist:HOVER, A.pagelist:ACTIVE {
	font-size : 100%;
}

a:hover {
	text-decoration: underline;
	color: white
}

a:active {
	text-decoration: none;
	color: Gray;
}

#wholepage table {
	background-color: #404040;
}

#wholepage td {
	background-color: #404040;
}

#headerframe table {
	background-color : #494955;
}

#headerframe td {
	background-color : #494955;
}

#mainframe table {
	background-color : #404040;
}
#mainframe td {
	background-color : #404040;
}

#leftnavbar table {
	background-color : #404040;
}
#leftnavbar td {
	text-align : left;
}

#internalframe table {
	background-color: #202020;
}

#internalframe tr {
	background-color: #202020;
}

#internalframe td {
	background-color: #202020;
}

.copyrighttag {
	font: Arial;
	color: Silver;
	font-size: x-small;
}

.errormessages {
	font-size: large;
}

.newsroomsmall {
	font-size: x-small;
}

.licensetext {
	font-size: small;
}

#bodytextinfo table {
	font-size: larger;
}
#bodytextinfo td {
	font-size: larger;
}

.damnbody {
	font-size: larger;
}

.smallerbody {
	font-size: smaller;
}
