﻿.welcomeBox
{
  padding: 15px;
  font: 12pt Arial;
  color:green;
}

a:hover
{
  background-color: silver;
}

a:link 
{
  color: #CA0065;
}

a:visited 
{
  color:Maroon;
}

.TabDefault 
{
  font: 10pt Arial;
  
  background-color: black;
  
}

.TabSelected
{
  font: bold 10pt Arial;
  background-color: silver;
  border-bottom: 0px none #ffffff;
}

.formBox
{
  width: 100%;
  border: 1px solid green;
  background-color: Black;
  padding: 10px;
  font: 10pt Arial;
}

.formHeading
{
  font: bold 12pt Arial; 
  color: White;
}

.style4 {
	text-align: justify;
	font-size:medium;
	font-family: "Lucida Calligraphy";
	color: #CA0065;

	
}
.style5 {
	text-align: center;
	font-family: "Lucida Calligraphy";
	font-size: 24pt;
	color: #CA0065;
}
.style6 {
	font-size: medium;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
	color: #CA0065;
	text-align: center;
}
.style7 {
	font-size: medium;
	font-family: "Lucida Calligraphy";
	color: #CA0065;
	text-align: center;
	}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
