.BluePageTitle {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: large; 
	font-style: normal; 
	font-weight: bold; 
	color: #3333cc; 
	background-color: #FFFFFF
}
.BlueParagraphTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: large; 
	font-style: normal; 
	font-weight: normal; 
	color: #3333cc; 
	background-color: #FFFFFF
}
.GrayPageTitle {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: large; 
	font-style: normal; 
	font-weight: bold; 
	color: gray; 
	background-color: #FFFFFF
}
.GrayParagraphTitle {
    font-family: "Times New Roman", Times, serif;
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: gray; 
	background-color: #FFFFFF
}
.GrayNormal {
    font-family: "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-style: normal; 
	font-weight: normal; 
	color: gray; 
	line-height: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: justify
}

.GrayNormalLeft {
    font-family: "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-style: normal; 
	font-weight: normal; 
	color: gray; 
	line-height: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}

.GrayItalic {
    font-family: "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-style: italic; 
	font-weight: normal; 
	color: gray; 
	line-height: normal; 
	text-decoration: none; 
	background-color: #FFFFFF
}

.ProjectList {  
    list-style-image: url(images/list.gif)
}
.SolutionList {  
	list-style-type: disc;
	position: relative;
	list-style-position: inside;
	left: -40px
}
.SolutionList2 {  
	list-style-type: disc;
	position: relative;
	list-style-position: inside;
	left: -20px
}
.TechList {  
	list-style-type: disc;
	position: relative;
	list-style-position: inside;
	left: 20px
}

.Normal {
    font-family: "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-style: normal; 
	font-weight: normal; 
	line-height: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: justify
}

