BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #faf9fe;
	height: 1000px;
}
TD {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
FONT {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
A {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
A:link {
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: underline
}
A:hover {
text-decoration: none
; color: #FF0000
}
A:active {
	TEXT-DECORATION: none
}
A.url {
	TEXT-DECORATION: underline! important
}
A.workurl {
	LINE-HEIGHT: 20px; TEXT-DECORATION: underline! important
}
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	MARGIN-BOTTOM: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; MARGIN-BOTTOM: 13px
}
P {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 9px
}
.lirik {color: #FFFFFF}
.reliz {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	color: #a6a6a6;
	text-decoration: none;
}
.ed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #69519f;
	border-right-color: #69519f;
	border-bottom-color: #69519f;
	border-left-color: #69519f;
}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.downtable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #9688B7;
}
.fontop {
	background: url(fon_top.jpg) repeat;
}
.foncontent {
	background: url(fon_content.jpg) repeat;
}
.rightcontent {
	background: url(right_content_fon.jpg) repeat-x;
}
ul {
	line-height: 20px;
	list-style-image: url(bullet.gif);
	text-transform: capitalize;
}
form {
	margin: 0px;
}
.nobdr {
	border: none;
}

a.submenuitem {
	font-Size:13px;
	text-decoration: none;
	display: block;
	text-align: right;
}

a.submenuitem:hover {
	color: #FFFFFF;	
}

td.submenu, td.mainmenuitem:hover
{
	background-color:#9688b7
}

td.mainmenu
{
	background-color:#644B9C;
}

td.submenuitem {
	padding:5px;
	border-bottom:thin solid white;
}

a.mainmenuitem 
{
	padding: 14px;
	font-Size:12px;
	text-transform: uppercase;
	color:White;
	text-decoration: none;
	display: block;
	text-align:center;
	font-family: Tahoma, sans-serif;
}

td.mainmenuitem {
	width:20%;
	background: #644B9C url(/files/menutop.gif) no-repeat center top;
}
td.tail 
{
	background-image: url(/files/menutop_tail.gif);
}
td.mainmenuitem:hover
{
	background-image: url(/files/menutopover.gif);
}
td.tail:hover
{
	background-image: url(/files/menutopover_tail.gif);
}
td.submenuitem:hover {
	background-color:#644B9C;	
}

p.submenuh1, p.submenuh2, p.subheadingleft, p.subheadingright, p.imagecaption, p.projecttitle {
	font-family: "Century Gothic", Futura, "Gill Sans", "URW Gothic L", Verdana, sans-serif;
}

p.imagecaption
{
	font-size: 11px;
	text-transform: uppercase;	
}

p.subheadingleft, p.subheadingright, p.projecttitle, a.flag:hover {
	font-size:18px;
	text-transform: uppercase;
}

p.subheadingleft {
	color: white;
}

p.subheadingright, p.imagecaption, p.projecttitle, a.flag:hover {
	color: #644B9C;
}

p.submenuh1, p.submenuh2 {
	margin: 0.1em;	
}

p.submenuh1 {
	font-weight:bold;
	font-size: 120%;
	text-transform: uppercase;
}

a.flag{
        position:relative;           /*this is the key*/
        z-index:24;
}

a.flag:hover {
        z-index:25;
        background-color:#ffff66;
        }

a.flag span{
        display: none;  /* hide the span text using this css */
}

a.flag:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1px;
        left: 1px;
        padding: 3px;
        border:1px solid #644B9C; /* border colour */
        background-color:#DEDBE6; /* background colour here */
        text-align: center;
        z-index:30;
}

img.flag{
	border:0;
	vertical-align:bottom;
	width:22px;
	height:27px;
}