a:link {
	color: #383839;
	text-decoration: underline;
}
a:visited {
	color: #383839;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: purple;
	text-decoration: none;
}
input, textarea, select	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
}
select 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
}
h1 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #383839;
}

td, p 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
}

.mandatory {
  font-size: 80%;
  color: #ff0000;
}
 
.error_msg {
  font-size: 11px;
  color: #ff0000;
}
 
.forbidden {
  color: #ff0000;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

div.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #383839;
}

p.paging {
	
}

table.result {
	border-left: solid 1px #999999;
    	border-top: solid 1px #999999;
    	border-bottom: solid 1px #999999;
    	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
    	font-size: 11px;
	border-collapse: collapse;
	margin-left: 1em;
}
table.result td {
	color: #383839;
	border-right: solid 1px #999999;
        padding: 3px;
	text-align: center;
}
table.result th {
	color: #383839;
	border-right: solid 1px #999999;
    	border-bottom: solid 1px #999999;
	background: url(/images/body_bg_border_gray.gif);
	padding: 3px;
	text-align: center;
}
table.result td.right {
    	text-align: right;
}
table.result td.left {
    	text-align: left;
}
table.result th.right {
    	text-align: right;
}
table.result th.left {
    	text-align: left;
}
table.result td a {
    	
}
table.result tr.odd {
    	background: #F4F4F4;
}


table.container {
	border-collapse: collapse;
}
td.container	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
	border-color: #999999;
	padding: 3px;
	text-align: left;
}
th.container	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
	border-color: #999999;
	background: url(/images/body_bg_border_gray.gif);
	padding: 3px;
	text-align: left;
}

table.container_border {
	border-collapse: collapse;
}
td.container_border	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
	border-color: #999999;
	padding: 3px;
	text-align: left;
}
th.container_border	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #383839;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
	border-color: #999999;
	background: url(/images/body_bg_border_gray.gif);
	padding: 3px;
	text-align: left;
}





		
	