/* Default CSS Stylesheet for a new Web Application project */

.register
{
	padding-left: 5px;	
    font-weight:normal;	
    font-size: 1.1em;
    color: #FFE6BC;
}

.Title
{
	font-size:1.5em;
	font-weight: bold;
}

.SubTitle
{
	font-size:1.2em;
	font-style:italic;
}

.Content
{
	font-size: 1.2em;
	color:Black;
}

.Container
{
	BACKGROUND-COLOR: #AAAAFF;
	margin-left: 10px;
	margin-right:10px;
	/*margin-top:10px;*/
}

.Branding
{
	font-size: 3em;
	font-weight: bold;
	/*font-style: italic;*/
}

.CatchPhrase
{
	font-size:1.4em;
	font-weight:bold; 
	/*font-style: italic;*/
}

.indent
{
	padding-left: 20px;
	font-size: 1.4em;
	font-style:italic;
	border:solid, 1px, black;
}

.Contact
{
	/*background-color: "#404E78";*/
	/*background-color: "#B0BAC4";*/
	/*background-color: "#FFF19A";*/
	/*font-size:2em;*/
}

.Location
{
	/*background-color: "#404E78";*/
	/*background-color: "#B0BAC4";/*
	/*background-color: "#FFF19A";*/
	/*background-color: "#404E78";*/
	/*font-size:1.2em;*/
}

.GenericFont
{
	font-size: 1.1em;
	/*color: #626985;*/
	/* color: #A7CEE7; */
}

.Navigation
{
	font-size:1.1em;
}

.Header
{
	background-color: #AAAAFF;
	/* background-color: #626985; */
	padding-right: 5px;	
	font-size:1.1em;
}

.HeadingWOline
{
	font-size: 20px;
	font-weight: bold;
}

.HeadingWline
{
	font-size: 20px;
	font-weight: bold;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
}

.Address
{
 /*font-size:1.1em;*/
}

.ContactContainer
{
	font-size:1.1em;
	/*background-color: "#B0BAC4";*/
	/*background-color: #FFF19A;*/
	/*background-color: "#404E78";*/
	/*background-color: "#AAAAFF";*/
}

BODY
{
    background-color:#626985;
    /*FONT-FAMILY: Monotype Corsiva;*/
    /*FONT-FAMILY:Verdana;*/
    /*font-family:Arial;*/
    font-family: Times New Roman;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

A:link	{	
	text-decoration:	none;
	/*color:	#3333cc;*/
	/*color: #AD7920;*/
	color: "#3E2DDF";
	/*color:Green;
	color: #AD7920;*/
	}	
		
A:visited	{	
	text-decoration:	none;
	/*color:	#AD7920;*/
	color: "#3E2DDF";
	}	
		
A:active	{	
	text-decoration:	none;
	/*color:	#AD7920;*/
	color: "#3E2DDF";
	}	
		
A:hover	{	
	text-decoration:	underline;
	/*color:	#FFF19A;*/
	}

A selected {
	text-decoration: underline;
}
