/* Generic Custom Styling CSS */

/* Initial Styling */

html,
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}

a {
color:#2f207b;
text-decoration:none;
outline: none;
}

a img {
outline: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
	cursor:pointer;
}

table{
border-spacing:0px;
}

/* Title Text */

.contentheading, .componentheading, .blog_more strong{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    font-size: 18px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.buttonheading{
display:none;	
}

/* Small Text */

small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */

h1, h1 a {
color:#ffffff;
font-weight:normal;
text-decoration:none;
font-size:26px;
font-family:Tahoma,Verdana,sans-serif;
font-style:normal;
font-variant:normal;
line-height:24px;
display: block;
}

h2, h2 a {
color:#ffffff;
font-weight:normal;
text-decoration:none;
font-size:26px;
font-family:Tahoma,Verdana,sans-serif;
font-style:normal;
font-variant:normal;
line-height:24px;
display: block;
}

h3, h3 a {
color:#130459;
font-weight:bold;
text-decoration:none;
font-size:16px;
font-family:Tahoma,Verdana,sans-serif;
font-style:normal;
font-variant:normal;
line-height:16px;
display: block;
margin:3px 0px;
}

h4, h4 a {
color:#737373;
font-weight:bold;
text-decoration:none;
font-size:14px;
font-family:Tahoma,Verdana,sans-serif;
font-style:normal;
font-variant:normal;
line-height:14px;
display: block;
margin:3px 0px;
}
h5, h5 a {
color:#140366;
font-weight:bold;
text-decoration:none;
}
h6, h6 a {
color:#000000;
font-weight:normal;
text-decoration:none;
font-size:13px;
font-family:Tahoma,Verdana,sans-serif;
font-style:normal;
font-variant:normal;
line-height:13px;
display: block;
}

/* Other Parameters */

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: none;
}

object, embed {
  outline: 0;
}

/* End Initial Styling */

a.purplelink { padding:0px 3px; color:#5f548e; font-weight:bold; text-decoration:none; }
a.purplelink:hover, a.purplelink:focus { color:#2b2156; font-weight:bold; }

.purpletext { color:#5f548e; font-weight:bold; text-decoration:none; }

#announcements { margin-top:10px; color:#333333; }
.pricesens { text-align:center; }
.pages { text-align:center; }
.alt-0 th { background:#dddaed; padding:2px; color:#000000; font-weight:normal; }
.alt-1 td { background:#dddaed; padding:2px; }
.alt-2 td { background:#f4f2fc; padding:2px; }

#Image-Banner { float:right; border:4px solid #17066b; height:276px; margin-left:12px; }