﻿.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #08337f;
}
.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;

}
.content-center
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	text-align: center;
}
.gVContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #08337f;
}
.gVContext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}
.gVContextHL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #08337f;
}
.ErrorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
}
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	text-decoration: none;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #073DAB;
	text-decoration: underline;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	text-decoration: none;
}
.box
{
	height: 15px;
	border-style: solid;
	border-width: 0.5px;
	border-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	padding-left: 5px;
}
LI.list2
{
	color: #999;
	list-style-position: outside;
	list-style-type: square;
	font-size: 6px;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
}
.modalBackground
{
	background-color: #CCCCFF;
}

.modalPopup
{
	border: solid1px#c0c0c0;
	background: #f0f0f0;
	padding: 0px10px10px10px;
	position: absolute;
}
.blacktext
{
	color: black;
}
.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004191;
	line-height: 30px;
}
.casetitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #08337f;
}
.casecontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}
.casehighlight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	background-color: Yellow;
}
.txtBlk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343434;
	font-weight: normal;
}
.txthighlight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6D55;
	font-weight: normal;
	background-color: Yellow;
}
.tip
{
	font: 10px Arial,Helvetica,sans-serif;
	border: solid 1px #666666;
	width: 270px;
	padding: 1px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	color: #333333;
	top: 20px;
	left: 90px;
	background-color: #ffffcc;
}
.style1
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #08337f;
}
.RStyle 
{
	background-color: #E7E7FF;
	color: #4A3C8C;
}
.FRStyle
{
	background-color: #B5C7DE;
	color: #4A3C8C;
}
.PRStyle 
{
	background-color: #E7E7FF;
	color: #4A3C8C;
	text-align:right;
}
.SRStyle 
{
	background-color: #738A9C;
	color: #F7F7F7;
	font-weight:bold;
}
.HRStyle 
{
	background-color: #4A3C8C;
	color: #F7F7F7;
	font-weight:bold;
}
.ARStyle
{ 
	background-color: #F7F7F7;
}
.GView
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}
a.btn, .button {
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #245191;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
}

a.btn:hover, .button:hover {
  background-color: #2B95FF; /*#98ba3f;*/
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(#A4D1FF, #79BCFF 75%, #2B95FF);
  /*background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);*/
}


a:active { text-decoration: none; color: #0000FF}
a:visited { text-decoration: none; color: #006699}
a:link { text-decoration: none; color: #0000FF }
a:hover { text-decoration: none; color: #FF0000 }

.contents {width:1000px;text-align:justify;background:white;padding:10px;align:center;margin:0 auto;}

div.centered {text-align: center;}
div.centered table {margin: 0 auto;text-align: left;}

