/* EvolutionCp System Css */
/*   db-pb : Dev&Design   */
/*  http://www.dq-pb.net  */

/* @group Defaut Tag */

BODY {
	color: #000000;
	font : small;
	background-color: #FFFFFF;
	background-attachment : fixed;
	background-repeat : repeat;
}
table {
	border:none;
}
img {
	border:none;
}
a:link{
	text-decoration: none;
}
a {
	color: #003399;
}
a:visited{
	text-decoration: none;
}
a:active{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: #CC9900;
}

/* @end */

/* @group Hilight Table */

.list a:hover {
	background-color: #999;
	color: #CCFF00;
}
.list:hover {
	background-color: #999;
	color: #CCFF00;
}
.list {
	font-size: small;
}

/* @end */

/* @group Font */

.bodytext {
	text-indent: 35pt
}
.subhead1 { 
	font-size: large
}
.n1 {
	font-size: small;
}
.rText {
	font-size: small;
	color: #FF0000;
}
.Error {
	font-size: large;
	color: #FF0000;
	text-align: center;
}
.bHead {
	font-size: x-large;
	font-weight: bold;
	color: #663399;
}

.Alert {
	color: #990000;
	font-weight: bold;
}

.subhead2 {
	color: #333;
	font-size: large;
}

.indent {
	font-size: small;
	text-indent: 30px;
}
.indentSm {
	font-size: small;
	text-indent: 5px;
}

/* @end */

.moreinfo {
	font-size: x-small;
	text-align: right;
}
