﻿.heading
{
	font-size: 18px;
	color: #3E294C;
	font-family: calibri;
	text-decoration: none;
}

.headingWhite
{
	font-size: 18px;
	color: #FFFFFF;
	font-family: calibri;
	text-decoration: none;
}

.orangeKiteTitle
{
	font-size: 36px;
	color: #DCDCDC;
	font-family:Trebuchet MS;
}

.bodycopy
{
	font-size: 14px;
	color: #999999;
	font-family:calibri;
	text-decoration: none;	
}

.bodycopyBold
{
	font-size: 12px;
	color: #666363;
	font-family:calibri;
	text-decoration: none;	
	font-weight: bold;
}

.bodycopyWhite
{
	font-size: 12px;
	color: #ffffff;
	font-family:calibri;
	text-decoration: none;
}

.bodycopyWhiteBold
{
	font-size: 12px;
	color: #ffffff;
	font-family:calibri;
	text-decoration: none;
	font-weight: bold;	
}

.bodycopyPurple
{
	font-size: 12px;
	color: #3E294C;
	font-family:calibri;
	text-decoration: none;	
}

.bodycopyPurpleBold
{
	font-size: 12px;
	color: #3E294C;
	font-family:calibri;
	text-decoration: none;	
	font-weight: bold;
}

.bodycopyOrange
{
	font-size: 12px;
	color: #cc6633;
	font-family:calibri;
	text-decoration: none;	
}

.bodycopyOrangeBold
{
	font-size: 12px;
	color: #cc6633;
	font-family:calibri;
	text-decoration: none;	
	font-weight: bold;
}

.bodycopyBlue
{
	font-size: 12px;
	color: #336699;
	font-family:calibri;
	text-decoration: none;	
}

.bodycopyBlueBold
{
	font-size: 12px;
	color: #336699;
	font-family:calibri;
	text-decoration: none;	
	font-weight: bold;
}

.bodycopyRed
{
	font-size: 12px;
	color: red;
	font-family:calibri;
	text-decoration: none;	
}

.bodycopyRedBold
{
	font-size: 12px;
	color: red;
	font-family:calibri;
	text-decoration: none;	
	font-weight: bold;
}

.linkPurple
{
	font-size: 12px;
	color: #3E294C;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

.linkPurple:hover
{
	font-size: 12px;
	color: #000000;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

.linkBlue
{
	font-size: 12px;
	color: #336699;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

.linkBlue:hover
{
	font-size: 12px;
	color: #cc6633;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

.linkWhite
{
	font-size: 12px;
	color: #ffffff;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

.linkWhite:hover
{
	font-size: 12px;
	color: #3E294C;
	font-family:calibri;
	text-decoration: underline;
	font-weight: bold;
}

img
{
    border-width:0px;
}

.copyright
{
	font-size: 10px;
	color: #3E294C;
	font-family:calibri;
	text-decoration: none;	
}


.controlPanelCorners{display:block}
.controlPanelCorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.controlPanelCorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #908598;
  border-right:1px solid #908598;
  background:#cec9d2}
.controlPanelCorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #513e5d;
  border-right:1px solid #513e5d;
  background:#dad6dc}
.controlPanelCorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dad6dc;
  border-right:1px solid #dad6dc;}
.controlPanelCorners4{
  border-left:1px solid #908598;
  border-right:1px solid #908598}
.controlPanelCorners5{
  border-left:1px solid #cec9d2;
  border-right:1px solid #cec9d2}
.controlPanelCornersfg{
  background:#ffffff}

/* example styles */

.headingRed
{
	font-size:22px;
	color:#80232D;
	font-family:verdana;
	text-decoration:none;
}

.headingBlue
{
	font-size:22px;
	color:#5480A7;
	font-family:verdana;
	text-decoration:none;
}

.subHeadingBlue
{
	font-size:16px;
	color:#5480A7;
	font-family:verdana;
	text-decoration:none;
}

.subHeadingRed
{
	font-size:16px;
	color:#80232D;
	font-family:verdana;
	text-decoration:none;
}

.linkButton
{
	font-size:10px;
	color:#F26521;
	font-family:verdana;
	text-decoration:underline;
}

.linkButton:hover
{
	font-size:10px;
	color:#666666;
	font-family:verdana;
	text-decoration:underline;
}

.linkRedSmall
{
	font-size:12px;
	color:#80232D;
	font-family:verdana;
	text-decoration:underline;
}

.linkRedSmall:hover
{
	font-size:12px;
	color:#cccccc;
	font-family:verdana;
	text-decoration:underline;
}

.linkRed
{
	font-size:14px;
	color:#80232D;
	font-family:verdana;
	text-decoration:underline;
}

.linkRed:hover
{
	font-size:14px;
	color:#5480A7;
	font-family:verdana;
	text-decoration:underline;
}

.linkBlue
{
	font-size:12px;
	color:#5480A7;
	font-family:calibri;
	font-weight: bold;
	text-decoration:underline;
}

.linkBlue:hover
{
	font-size:12px;
	color:#cccccc;
	font-family:calibri;
	font-weight: bold;
	text-decoration:underline;
}

.linkWhite
{
	font-size:14px;
	color:#ffffff;
	font-family:verdana;
	text-decoration:underline;
}

.linkWhite:hover
{
	font-size:14px;
	color:#cccccc;
	font-family:verdana;
	text-decoration:underline;
}

.error
{
	font-size:10px;
	color: red;
	font-family:verdana;
	text-decoration:none;
}

.help
{
	font-size:10px;
	color:#544E49;
	font-family:verdana;
	text-decoration:underline;
	font-weight: bold;
}

.recurrance
{
	font-size:10px;
	color:#5480A7;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
}

.recurrance:hover
{
	font-size:10px;
	color:#80232D;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
}

.secondNav
{
	font-size:16px;
	color:#cc6633;
	font-family: tahoma;
	text-decoration:none;
	line-height:30px;
}

.secondNav:hover
{
	font-size:16px;
	color:#999999;
	font-family:tahoma;
	text-decoration:none;
	line-height:30px;
}