/* This is the default style sheet */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: small;
}
a{
	color: #4D637F;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline
}
/* heading declarations */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
h1 {	
	font-size: x-large ;
 	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}

h2 {
	font-size: large;
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}
h3 {
	font-size: large;
	font-style: italic;
 	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}
h4 {
	font-size: medium;
 	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}
h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	font-size: small;
}
h5 {
	margin: 2px 2px 2px 0px;
}
h6 {
	font-style: italic;
}


/* Classes */
Blue_H1 {
	font-size: large;
	color: #4e647f;
	font-weight: bolder;
}
a.Blue_H1:link {
	font-size: large;
	color: #4e647f;
	font-weight: bolder;
}
a.Blue_H1:visited {
	font-size: large;
	color: #5F7C9E;
	font-weight: bolder;
}
a.Blue_H1:hover {
	font-size: medium;
	color: #ffffff;
	font-weight: bolder;
}

.Blue_text {
	font-size: small;
	color: #4e647f;
}
a.Blue_text:visited {
	color: #5F7C9E;
}
a.Blue_text:link {
	color: #4e647f;
}
a.Blue_text:hover {
	color: #ffffff;
}

.Menu_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	overflow: scroll;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	overflow: scroll;
}
a.Menu_sub:link  { 	
	color: #4d637F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	overflow: scroll;
 } 
 a.Menu_sub:visited  { 	
 	color: #5F7C9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
 } 
 a.Menu_sub:hover {
	color: #dae2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bolder;
	overflow: scroll;
}
 a.Menu:link  { 	
	color: #4d637F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	overflow: scroll;
 } 
 a.Menu:visited { 	
 	color: #5F7C9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
 } 
a.Menu:hover {
	color: #dae2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.Arial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal; 
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
}
/*  */
.graymessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
a:link  { 	color: #4d637F;
	font-family: Arial, Helvetica, sans-serif;
 } 
 .Arial_text_large { font-family: Arial, Helvetica, sans-serif; font-size: xx-large; font-weight: bold; }
 .B { font-weight: bolder}
