﻿body, tr {
	background-color: #FFFFFF;
   
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
    color: #666666;
}

p{text-align:justify;}

.row{
  border-bottom-style:solid; 
  border-width:1px;
  background-color: #DFE8F6;
}

#indexPage {
    width:700px; 
    margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;  
}


.SimpleTitle{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.SubTitle{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.InnerTitle{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.LinkTitle{
	color: #006EC4;
	text-decoration: none;
	font-weight: bold;
}

a.LinkTitle:hover{
	color: #FF6600;
	text-decoration: none;
}

.LinkText{
	color: #006EC4;
	text-decoration: none;
}

a.LinkText:hover{
	color: #FF6600;
}