.liplan1
{
	margin-top:8px;
	color:#12224C;
	list-style-type:square;	
}

.liplan2
{
	margin-top:3px;
	color: #2462e1;
	list-style-type:disc;	
}

.liplan3
{
	margin-top:0px;
	color:#999999;
	list-style-type:disc;
}
.liplan4
{
	margin-top:0px;
	color:red;
	list-style-type:disc;
}


.lienplan1
{
		color:#12224C;
		text-decoration: none;
		text-align:left;
		font-family: Trebushet MS, Arial, Verdana;
		font-size: 12px;
		font-weight: bold;
}
.lienplan1:hover
{
		color:#12224C;
		text-decoration: underline;
		text-align:left;
		font-family: Trebushet MS, Arial, Verdana;
		font-size: 12px;
		font-weight:  bold;

}


.lienplan2
{
		/*color: #FF8124;*/
		color: #2462e1;
		text-decoration: none;
		text-align:left;
		font-family: Trebushet MS, Arial, Verdana;
		font-size: 12px;
		font-weight: bold;
		cursor:pointer;
}

.lienplan2:hover
{
		/*color: #FF8124;*/
		color: #2462e1;
		text-decoration: underline;
		text-align:left;
		font-family: Trebushet MS, Arial, Verdana;
		font-size: 12px;
		font-weight: bold;
		cursor:pointer;
}

.lienplan3
{
		color: #999999;
		text-decoration: none;
		text-align:left;
		font-family:  verdana;
		font-size: 12px;
		font-weight: bold;

}
.lienplan3:hover
{
		color:#999999;
		text-decoration: underline;
		text-align:left;
		font-family:  verdana;
		font-size: 12px;
		font-weight: bold;
	
}
.lienplan4
{
		color: red;
		text-decoration: none;
		text-align:left;
		font-family:  verdana;
		font-size: 12px;
		font-weight: bold;

}
.lienplan4:hover
{
		color:red;
		text-decoration: underline;
		text-align:left;
		font-family:  verdana;
		font-size: 12px;
		font-weight: bold;
	
}