/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    color:#4b4750;
    margin: 0;
    padding: 0;
    margin-left:0; 
	margin-right:0;
	text-align: left;
	line-height:26px;
	font-weight:400;
 }

/*
A:link      { color: #503562; text-decoration:none; }
A:visited 	{ color: #503562; text-decoration:none; }
A:active 	{ color: #503562;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #CEC0DA;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #503562; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #503562; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #503562;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #CEC0DA;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
	*/	
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: Poppins;
    font-size: large;
    font-weight: bold;
    color: #5C2D91;
 }

hr {
	border: 0;
	border-top: 2px solid #503562;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: Poppins;
	margin-bottom :0;
	
}

.menutextindent
{
    font-size: small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #5C2D91
}

h2
{
	font-family: Poppins;
	font-size: medium;
	margin-top: 30;
	color: #5C2D91;
	margin-bottom: -15;
}
	
h3
{
	font-family: Poppins;
	font-size: small;
	margin-bottom: -15;
	color: #5C2D91;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Poppins;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
    background-color: #4E2B79;
    width: 100%;
}

td.logo
{
	text-align: left;
	}

td.title 
	{
		text-align: center;
		font-family: Poppins;
		font-size: large;
		font-weight: bolder;
		color: #FFFFFF;
		
	}


td.subheader
{
    background-color: #ECE7F1;
    text-align: left;
    font-family: Poppins;
    font-size: Medium;
    color: #552787;
    height: 20px;
    font-weight: bold;
}

.subheader
{
	background-color: #ECE7F1;
    text-align: left;
    font-family: Poppins;
    font-size: Medium;
    color: #552787;
    height: 20px;
    font-weight: bold;
    padding:5px;
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align:center;
	height: 24px;
}

td.menu 
{
	background-color:#503562;
	width: 300px;
	height: 100%;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Poppins;
	font-size:xx-small;
	font-weight: normal;
	color: #503562;
	text-align: right;
}

td.menuheader
{
	margin-top :0;
    background-color : #F1EEF4;
    font-weight:bold;  
    color : #503562;
    border-bottom-color :#C36C2D;
    border-bottom-style:outset;
    border-bottom-width:1px;
    background-image:url(Images/subtopic_header.gif); 
}

    td.logo
    {
	   padding:2px;
    }

    td.logoright
    {
	    text-align: left;
	    width: 134px;
	    height:60px; 
    }
    
    
    
    
    
    
    