/*################## Others #######################*/
h1 { color: #6ab1b6; font-size: 1.25em;padding:0;margin:3px;margin-left:10px;}

h1.h1LargeText { color: white; font-size: 6em;padding:0;margin:3px;margin-left:10px;}
h2.h2LargeText { color: white; font-size: 2em;padding:0;margin:3px;margin-left:10px;}

h1.h1Green { color: #6ab1b6; font-size: 1.5em;}

h2 { color: #6ab1b6; font-size: 1em;padding:10px 0 2px 0px; margin:0;margin-left:10px;}

h2.h2Pink { color: #c60651; font-size: 1em;padding:10px 0 2px 0px; margin:0; display: inline;}

h2.h2Green { color: #6ab1b6; font-size: 1em;}

.smallText { font-size: 0.8em;}

a {color: #6ab1b6; text-decoration: underline}

a:hover {color: #6ab1b6; text-decoration: none}

a.whiteLink {color: white; text-decoration: none}

a.whiteLink:hover {color: white; text-decoration: underline}

a.greenLink, #innerRightNav a.greenLink{color: #7dbf25; text-decoration: none}

a.greenLink:hover, #innerRightNav a.greenLink:hover {color: #7dbf25; text-decoration: underline;}

ul, li{margin-left:20px;padding:0;margin-top:5px;padding-top:0;}

/*################## form #######################*/

input
{
	width: 250px;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #666666;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;
}

input.noBorder
{
	width: 20px;
	BORDER-RIGHT: none;
	BORDER-TOP: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	BORDER-LEFT: none;
	COLOR: #c60651;
	BORDER-BOTTOM: none;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;
}

input.button
{
	width: 88px;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	BORDER-LEFT: #999999 1px solid;
	COLOR: c60651;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;
	cursor: hand;
}

select
{
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #666666;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;
	width: 250px;
}

textarea
{
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #666666;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;
	width: 250px;
	height: 50px;
}

p.firstLetter:first-letter {font-weight:bold;font-size:18px;}
