/* disc type bullets (unordered list) */
ul.test {
	list-style-type : disc;
	margin-left : 30px;
	padding-left : 0;
}

/* disc type bullets (unordered list) */
ul.disc {
	font-size:13px;
	list-style-type : disc;
	margin-left : 30px;
	padding-left : 0;
}


/* circle type bullets (unordered list) */
ul.circle {
	font-size:13px;
	list-style-type : circle;
	margin-left : 30px;
	padding-left : 0;
}

/* square type bullets (unordered list) */
ul.square {
	font-size:13px;
	list-style-type : square;
	margin-left : 30px;
	padding-left : 0;
}

/* Numbers bullets (ordered list)1, 2, 3*/
ol.num {
	font-size:13px;
	list-style-type : decimal;
	margin-left : 30px;
	padding-left : 0;
}

/* Lower roman numerals (ordered list) i, ii, iii*/
ol.lroman {
	font-size:13px;
	list-style-type : lower-roman ;
	margin-left : 30px;
	padding-left : 0;
}
	
ol.lroman2 {
	font-size:13px;
	list-style-type : lower-roman ;
	text-align: justify;
	margin-left : 30px;
	padding-left : 0;	
}

/* Upper roman numerals (ordered list) I, II, III*/
ol.uroman {
	
	font-size:13px;
	list-style-type : upper-roman ;
	margin-left : 30px;
	padding-left : 0;
}

/* Lower Alpha numerals (ordered list) a, b, c*/
ol.lalpha {
	font-size:13px;
	list-style-type : lower-alpha ;
	margin-left : 30px;
	padding-left : 0;
}

/* Upper Alpha numerals (ordered list) A, B, C*/
ol.ualpha {
	font-size:13px;
	list-style-type : upper-alpha ;
	margin-left : 30px;
	padding-left : 0;
}


blockquote.test { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 30px;

}

blockquote.prog { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 30px;

}

p.tbl {
	font-size:13px;
	
}


dt { font-weight: normal; font-size: 1em; }

table, td {border: 1px } 

DL {
	FONT-SIZE: 12px; COLOR: black; LINE-HEIGHT: 16px;
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #003399; LINE-HEIGHT: 20px; 
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #003399; LINE-HEIGHT: 18px; 
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003399; LINE-HEIGHT: 16px; 
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003399; LINE-HEIGHT: 16px; 
}
EM {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-STYLE: italic;

}
