/* CSS Document */

body {
	font-family: Arial;
	background-color: white;
	font-size: 12px;
}

td {
	font-family: Arial;
	font-size: 12px;
}

a.menulink {
	text-decoration: underline;
	color: #0066CC;
	padding-left: 8px;
	padding-right: 8px;
}

a.menulink:visited {
	text-decoration: underline;
	color: #0066CC;
	padding-left: 8px;
	padding-right: 8px;
}

a.menulink:hover {
	text-decoration: underline;
	color: #0066CC;
	padding-left: 8px;
	padding-right: 8px;
}

a.textlink {
	text-decoration: underline;
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}

a.textlink:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.textlink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}


a.toolslink {
	text-decoration: underline;
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 10px;
}

a.toolslink:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

a.toolslink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-weight: bold;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

a.newlink {
	text-decoration: underline;
	font-style: italic;
	color: black;
}

a.newlink:visited {
	text-decoration: underline;
	font-style: italic;
	color: black;
}

a.newlink:hover {
	text-decoration: underline;
	font-style: italic;
	color: black;
}

a.titlelink {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.titlelink:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.titlelink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.proglink {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a.proglink:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a.proglink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-weight: bold;
}


a.authorlink {
	text-decoration: underline;
	color: black;
	font-style: italic;
}

a.authorlink:visited {
	text-decoration: underline;
	color: black;
	font-style: italic;
}

a.authorlink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-style: italic;
}

.redheading{
	color: #990000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.blueheading{
	color:#0066CC ;
	font-size: 12px;
	font-weight: bold;
}

.setting{
	color: black;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.author{
	color: black;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 8px;
}

.heading{
	color: #DDAA11;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}

.title1{
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}


.copyright{
	font-size: 10px; 
	color: #000000; 
	font-family: Verdana;
	text-align: center;
	padding-left: 34px;
	padding-right: 34px;
}

.notice{
	font-size: 10px; 
	color: red; 
	font-family: Verdana;
	padding-left: 16px;
}
