body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	background-color: #E2E2E2;
	margin-top: 5;
	margin-left: 0;
}


td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

th {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	color: #000066;
	font-weight: bold;
    margin: 3;
	padding: 3;
}

h2 {
    font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #000066;
	font-weight: bold;
	margin: 3;
	padding: 3;
}

#PhoneBar {
    margin: 3;
	padding: 3;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	background-image:url(images/warning.gif);
	border-bottom: 2px solid #000066;
	border-right: 2px solid #000066;
	border-left: 2px solid #000066;
	text-align: right;
}

#Picture {
    margin: 0;
	padding: 0;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
}

#Heading {
    margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-top: 2px solid #000066;
	background-color: #000099;
}

#RightHeading {
    margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 2px solid #000066;
	background-color: #000099;
}

#SubHeading {
    margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-top: 2px solid #000066;
	background-color: #E2E2E2;
}

#Text {
    background-color: #FFFFFF;
    margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-top: 2px dotted #000066;
	line-height: 1.5;
}

#News {
    background-color: #FFFFFF;
	margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	border-left: 2px solid #000066;
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	line-height: 1.5;
}

#RightText {
    background-color: #FFFFFF;
	margin: 6;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
}

#RightNewsTitle {
    background-color: #E2E2E2;
	margin: 0;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	border-top: 1px solid #000066;
}

#RightNewsBody {
    background-color: #E2E2E2;
	margin: 0;
	padding: 6;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

#Copyright {
    margin: 3;
	padding: 3;
    background-image: url(images/recall.gif);
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#RightBar {
    border-right: 2px solid #000066;
}	
#Cases {
	background-image:url(images/side-effects.gif);
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin: 6;
	padding: 6;
	text-align: right;
	border-top: 2px dotted #000066;
	line-height: 1.5;
}

#Cases ul, #TextRight a:link, #TextRight a:visited {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
  font-family: Arial, Helvetica;
}

#Cases a:active, #TextRight a:hover {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  color: #336699;
  font-family: Arial, Helvetica;
}

#list-menu {
	background-color: #000066;
}

#list-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Arial, Helvetica;
}

#list-menu li {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #FFFFFF;
}

#list-menu a {
  display: block;
  padding: 6px;
  text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
   color: #E4E3D8;
}

#list-menu a:hover {
   background: #000099;
   color: #FFFFFF;
}

a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3300CC;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #3300CC;
	font-weight: bold;
}

input, textarea {
   background: white;
   font-size: 11px;
   font-family: Tahoma, Verdana;
}  