ul
{
	list-style-type: disc;
	font-size: 12px;
}

li
{
	padding: 0 0 0 10px;
}

.changeUpper
{
	text-transform: uppercase;
}

.regularList
{
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0
}

.arrowList
{
	list-style-image: url(../Cobrand/Images/ListArrows.gif);
	font-weight: normal;
	padding: 0 0 0 46px;
	margin: 0;
}

.numberedList
{
	list-style-type: decimal;
	font-weight: bold;
	padding: 0 0 0 23px;
	margin: 0;
}

.alphaList
{
	list-style-type: lower-alpha;
	font-weight: normal;
	padding: 0 0 0 23px;
	margin: 0;
}

.romanList
{
	list-style-type: lower-roman;
	font-weight: normal;
	padding: 0 0 0 46px;
	margin: 0;
}

.normal
{
	font-weight:normal;
}

#version
{
	font-size: 10px;
	color: #808080;	
}