/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* classes for overall */
body {
	color: #666;
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
	font-size: 72%; /* 64% when site was built */
	/* _font-size: 72%; */ /* 61% when site was built */
}
#idShell {
	color: #666;
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
}
th a {
  text-decoration: none;
}
th a u {
  text-decoration: underline;
}
td {
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------*/
/*    general styles    */
a {
	color: #666;
	text-decoration: underline;
}
a.Plain {
	text-decoration: none;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	color: Fuchsia;
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
}
big {
	font-size: 116%;
}
small {
	font-size: 80%;
}
strong {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
em {  
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}
/*-----------------------------------------------------------------------------*/
/* common styles */
.Blue {
  color: #069;
}
.Red {
  color: #da2027;
}
.Orange {
  color: #FF7F00;
}
.Headline {
  padding: 5px 10px;
  font-size: 116%;
  font-weight: bold;
  text-transform: uppercase;
}
/*-----------------------------------------------------------------------------*/
/*    main content styles   */
#idContent {
  font-size: 120%;
  line-height: 140%;  
}
/*-----------------------------------------------------------------------------*/
/*    sidebar styles   */
#idSidebar {
  font-size: 120%;
  line-height: 140%;  

}
/*-----------------------------------------------------------------------------*/
/* styles for forms */
input {
	color: #666;
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
	font-size: 1.0em;
}
textarea {
	color: #666;
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
	font-size: 1.0em;
}
select {
	color: #666;
	font-family: Arial, "Arial MT", Helvetica, sans-serif;
	font-size: 1.0em;
}

