﻿/*===================================*/
/*          MAIN ATTRIBUTES          */
/*===================================*/

/*-------------------------------------
Color Schemes
Main Backround grey: #d5d7e0
Accent Dark Purple: #522947
Accent Purple: #603053
Accent Med Purple: #603053
Accent Med Purple: #603053
Accent Mauve: #906585
Accent Pink: #e38fca
Accent Grey: #686a79
Accent Dark Grey: #444657

Fonts:
arial,helvetica,sans-serif
-------------------------------------*/

/*===================================*/
/*     GENERAL DEFAULT CONFIGS       */
/*===================================*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #d5d7e0;
	/*background-image: url('../images/img_backround.jpg');*/
	background-position: center;
	background-repeat: no-repeat;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: none;
	font-style: none;
	font-variant: none;
	font-weight: normal;
	color: #ffffff;
}
a:link {
	font-family: none; 
	font-size: none; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: none; 
	color: none; 
	text-decoration: none;
}
a:visited {
	font-family: none; 
	font-size: none; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: none; 
	color: none; 
	text-decoration: none;
}
a:hover {
	font-family: none; 
	font-size: none; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: none; 
	color: none; 
	text-decoration: none;
}

/*===================================*/
/*          CONTENT STYLES           */
/*===================================*/

.text-PageName{
	font-family: arial,helvetica,sans-serif; 
	font-size: 14pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #764C28; 
	text-decoration: none;
}
.text-Header1{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #603053; 
	text-decoration: none;
}
.text-Header2{
	font-family: arial,helvetica,sans-serif; 
	font-size: 11pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #A40047; 
	text-decoration: none;
}
.text-Header3{
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}
.text-Header4{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #522947; 
	text-decoration: none;
}
.text-Header5{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #78A22F; 
	text-decoration: none;
}
.text-Menu{
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
}
.text-footer{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
}
.text-normal{
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

	
/*===================================*/
/*       CONTENT  TABLE STYLES       */
/*===================================*/



/*===================================*/
/*           LINK ATTRIBUTES         */
/*===================================*/

.Link-NavList {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #590059; font-weight: bold;}
.Link-NavList a:link {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #590059; font-weight: bold; text-decoration:none;}
.Link-NavList a:visited {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt ;color: #590059; font-weight: bold; text-decoration:none;}
.Link-NavList a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #669900; font-weight: bold; text-decoration:none;}
.Link-NavList a:active {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #669900; font-weight: bold; text-decoration:underline;}

.Link-NavTop {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #82726c; font-weight: normal;}
.Link-NavTop a:link {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #82726c; font-weight: normal; text-decoration:none;}
.Link-NavTop a:visited {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt ;color: #82726c; font-weight: normal; text-decoration:none;}
.Link-NavTop a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #0f5372; font-weight: normal; text-decoration:none;}
.Link-NavTop a:active {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #0f5372; font-weight: normal; text-decoration:underline;}

.Link-Footer {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #82726c; font-weight: normal;}
.Link-Footer a:link {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #82726c; font-weight: normal; text-decoration:none;}
.Link-Footer a:visited {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt ;color: #82726c; font-weight: normal; text-decoration:none;}
.Link-Footer a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #0f5372; font-weight: normal; text-decoration:none;}
.Link-Footer a:active {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #0f5372; font-weight: normal; text-decoration:underline;}
