/*........................

GENERAL

.......................*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/left_bkg.jpg);
		background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}



/*........................

HEADINGS

.......................*/

h1 {
	font-size: 14px;
	color: #4D3EAF;
}
h2 {
	font-size: 16px;
	color: #4D3EAF;
}
h3 {
	font-size: 18px;
	color: #4D3EAF;
}
h4 {
	font-size: 21px;
	color: #4D3EAF;
}
h5 {
	font-size: 24px;
	color: #4D3EAF;
}
h6 {
	font-size: 30px;
	color: #4D3EAF;
}

.tag{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7164C7;
	text-decoration: none;
}
.tagSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #7164C7;
	text-decoration: none;
}
.tagSmall2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #7164C7;
	text-decoration: none;
	line-height: 28px;
}


.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 25px;
}

.whitetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 20px;
}

.whitetext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;

}

.bluetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4D3EAF;
	text-decoration: none;
	padding-left: 25px;
}

.bluetext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4D3EAF;
	text-decoration: none;
}

.bluetext3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#4D3EAF;
	text-decoration: none;
}

.bluetext4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}

.bluetext5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:#000066;
	text-decoration: none;
}

.bluetext6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;

}

.yellowtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color:#F9EB03;
	text-decoration: none;
}

.yellowtext2{
	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;
	color:#F9EB03;
	text-decoration: none;

}

/*........................

BACKGROUNDS

.......................*/

.smallbanner{

	background-image: url(images/smallbanner.jpg);
	background-repeat: no-repeat;
}


.logobackground{

	background-image: url(images/logo_bkg.jpg);
	background-repeat: repeat-x;
}

.tagbackground{

	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
}

.calltoactionbackground{

	background-image: url(images/banner_calltoaction.jpg);
	background-repeat: no-repeat;
}

.topnavibkg{

	background-image: url(images/menu_bkg.jpg);
	background-repeat: repeat-x;
}

.contentnavibkg{

	background-image: url(images/heading_bkg.jpg);
	background-repeat: repeat-x;
}

.contentbkg{

	background-image: url(images/home_sliced_23.jpg);
	background-repeat: repeat-x;
}

.leftshadow_bkg{

	background-image: url(images/left_shadow.jpg);
	background-repeat: no-repeat;
}

.rightshadow_bkg{

	background-image: url(images/right_shadow.jpg);
	background-repeat: no-repeat;
}


.leftshadow_bkg_b{

	background-image: url(images/left_shadow_b.jpg);
	background-repeat: repeat-y ;
}

.rightshadow_bkg_b{

	background-image: url(images/right_shadow_b.jpg);
	background-repeat: repeat-y ;
}

.icons_bkg{

	background-image: url(images/icons_bkg.jpg);
	background-repeat: no-repeat;
}

.ma{

	background-image: url(images/ca.jpg);
	background-repeat: repeat-x;
}
.mb{

	background-image: url(images/cb.jpg);
	background-repeat: repeat-y;
}
.mc{

	background-image: url(images/cc.jpg);
	background-repeat: repeat-x;
}
.md{

	background-image: url(images/cd.jpg);
	background-repeat: repeat-y;
}

.rightmodule_bkg{

	background-image: url(images/lft3.jpg);
	background-repeat: repeat-y;
}

.rightgreymodule_bkg{

	background-image: url(images/lft_b.jpg);
	background-repeat: repeat-y;
}

.submenubackground{

	background-image: url(images/submenu_bkg.jpg);
	background-repeat: repeat-x;
}


/*........................

LINKS

.......................*/


a:link {
	color:#4D3EAF;
	text-decoration: none;


}
a:visited {
	text-decoration: none;
	color:#4D3EAF;
}
a:hover {
	text-decoration: underline;
	color:#4D3EAF;
}
a:active {
	text-decoration: none;
	color:#4D3EAF;
}

.menu:link {
	color: white;
	text-decoration: none;


}
.menu:visited {
	text-decoration: none;
	color: white;
}
.menu:hover {
	text-decoration: underline;
	color: white;
}
.menu:active {
	text-decoration: none;
	color: white;
}

.bluelink:link {
	color:#4D3EAF;
	text-decoration: none;


}
.bluelink:visited {
	text-decoration: none;
	color:#4D3EAF;
}
.bluelink:hover {
	text-decoration: underline;
	color:#4D3EAF;
}
.bluelink:active {
	text-decoration: none;
	color:#4D3EAF;
}

.greylink:link {
	color:#606060;
	text-decoration: none;
	font-weight: bold;

}
.greylink:visited {
	text-decoration: none;
	color:#606060;
	font-weight: bold;
}
.greylink:hover {
	text-decoration: underline;
	color:#606060;
	font-weight: bold;
}
.greylink:active {
	text-decoration: none;
	color:#606060;
	font-weight: bold;
}

.clicktobegin:link {
	text-decoration: none;
	color:#000066;
}
.clicktobegin:visited {
	text-decoration: none;
	color:#000066;
}
.clicktobegin:hover {
	text-decoration: underline;
	color:#000066;
}
.clicktobegin:active {
	text-decoration: none;
	color:#000066;
}
