a
    {
	color: Blue;
	font-family: Verdana;
	font-size: 12px;
	}

a:hover
    {
	color: Red;
	font-family: Verdana;
	font-size: 12px;
	}

p,.main
    {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	text-align : left;
    }

.small_text
	{
	color: black;
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	text-align : left;
	}

.medium_text
	{
	color: black;
	font-family: Verdana;
	font-size: 11px;
	text-align : left;
	}	

.lightblue_background
    {
	background-color: #e0f3fd;
	font-family: Verdana;
	font-size: 12px;	
    }
	
.darkblue_background
	{
	background-color: #6D90BB;
	font-family: Verdana;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	}

.lightyellow_background
    {
	background-color: #FFFFAA;
	font-family: Verdana;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
    }

.date
    {
	color: #6D90BB;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    }

.date_small
    {
	color: #6D90BB;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
    }

.welcome_blue
	{
	color: #6D90BB;
	font-family: Verdana;
	font-size: 10px;
	}	

.title
    {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: gray;
    }


.title_medium
    {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
    }

.title_small
    {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #66CCFF;
    }

.melads_blue
	{
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #6D90BB;
	}	
	
.melads_red
	{
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #8E1808;
	}	
	
.melads_blue_italic
	{
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	color: #6D90BB;
	}		

.melads_blue_normal
	{
	font-family: Verdana;
	font-size: 18px;
	color: #6D90BB;
	}					

.footnote
    {
	color: gray;
	font: 10px Arial, Helvetica, sans-serif;
	}

