/*
	Application CSS
	February, 2008
*/

/* */


/* ORDINARY TYPING TEXT */
.writingtext {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}

.writingtext2 {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* ORDINARY TYPING TEXT 2 */
.articletext {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #6B6B6B;
}

/* FIRST LEVEL MENU */
.menu1 a:link, .menu1 a:visited, .menu1 a:active{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #0A4470;
}

.menu1 a:hover   {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}


/* SECOND LEVEL MENU */
.menu2 a:link, .menu2 a:visited {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #422D00;
}

.menu2 a:hover{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #422D00;
}



/* News Caption - Link */
.newscaption a:link, .newscaption a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
 	color: #454545;}

.newscaption a:hover, .newscaption a:active  {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
 	color: #454545;
}


/* Project Heading on Homepage - Link */
.smallprojectheading a:link, .smallprojectheading a:visited {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.smallprojectheading a:hover, .smallprojectheading a:active  {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #D2D5EC;
}


/* SMALL LINK TYPE 1 */
.smalllink1 a:link, .smalllink1 a:visited {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #703838;
}

.smalllink1 a:hover, .smalllink1 a:active  {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #703838;
}

/* SMALL LINK TYPE 2 */
.smalllink2 a:link, .smalllink2 a:visited {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FF1763;
}

.smalllink2 a:hover, .smalllink2 a:active  {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF1763;
}

/* SMALL LINK TYPE 4 */
.smalllink4 a:link, .smalllink4 a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF4A85;
}

.smalllink4 a:hover, .smalllink4 a:active  {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FF1763;
}

/* SMALL TEXT TYPE 1 */
.smalltext1 a:link, .smalltext1 a:visited{
	font-family: Verdana;
	font-size: 9pt;
	color: #484800;
	font-weight: bold;
	text-decoration: none;
}

.smalltext1 a:hover, .smalltext1 a:active{
	font-family: Verdana;
	font-size: 9pt;
	color: #2D2D00;
	font-weight: bold;
	text-decoration: none;
}
/* SMALL TEXT TYPE 2 */
.smalltext2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #6F6F00;
	font-weight: normal;
	text-decoration: none;
}

/* SMALL TEXT TYPE 3 */
.smalltext3 {
	font-family: Verdana;
	font-size: 10pt;
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
}

/* SUB-HEADING 1 */
.subheading1 {
	font-family: Tahoma;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.homeimg {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}


/* SMALL LINK TYPE 3 */
.smalllink3 a:link, .smalllink3 a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF8000;
}

.smalllink3 a:hover, .smalllink3 a:active  {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF8000;
}


/* 3RD MENU */
.menu3 a:link, .menu3 a:visited {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
}

.menu3 a:hover{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
}


/* Site Map - Link */
.sitemap a:link, .sitemap a:visited {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #004F84;
}

.sitemap a:hover, .sitemap a:active  {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #004F84;
}


/* YELLOW TABLE */
.yellowtable{
	background-color: #D0E0EE;
	border: thin solid #FFCC33;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

/* ORANGE TABLE */
.orangetable{
	background-color: #FFF0E1;
	border: thin solid #FA7A00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

/* BLUE TABLE */
.bluetable{
	border: thin solid #393975;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

