/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	font-size: 12px;
	background-color: #BAB5F9;
}

a{
	color: white;
	text-decoration: none;
}

a:link{
	color: white;
	text-decoration: none;
}

a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

.maillink:link{
	color: black;
	text-decoration: underline;
}

.maillink:hover{
	color: black;
	text-decoration: underline;
}

.maillink:visited{
	color: black;
	text-decoration: underline;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


.backimg {
	background-image: url(Images/uml2.gif);
	background-repeat: repeat-y;
	background-position: 0px -120px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}



.tableMainBorde {
	border: 1px solid #000033;
	background-color: #433D7B;
}

.NewsBar {
	background-color: #DFDFDF;
	padding: 2px;
	height: auto;
	width: auto;
	border-left: thin solid ;
}



