﻿.center{
	text-align: center;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

.left{
	text-align: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.justify{
	text-align: justify;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.right{
	text-align: right;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.indent{
	text-indent: 0px;
	margin-bottom: 5px;
}
.ptext_left{
	font-size: 11px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}
.ptext_center{
	font-size: 11px;
	text-align: center;
	padding: 0px 5px 0px 5px;
}
.ptext_justify{
	font-size: 11px;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}
.ptext_right{
	font-size: 11px;
	text-align: right;
	padding: 0px 5px 0px 5px;
}


.head1{
	color: rgb(150,170,255);
	font-size: 14px;
	font-weight: bold;
}
.head2{
	color: rgb(150,170,255);
	font-size: 12px;
	font-weight: bold;
}

.text{
	color: rgb(0,0,0);
}
.text2{
	color: rgb(150,150,150);
}
.alert{
	color: rgb(255,0,0);
	font-weight: bold;
}
.alert2{
	color: rgb(255,0,0);
	font-weight: normal;
}
.hl{
	color: rgb(150,170,255);
	font-weight: bold;
}
.hl2{
	color: rgb(150,170,255);
	font-weight: normal;
}
.hint{
	color: rgb(150,170,255);
}

li{
	margin-bottom: 10px;
}