/* ---------------------------------------------
Source CSS Document: v1.0
Copyright: ICON Studios - icon.com.mt
Site:
Author:
------------------------------------------------*/
/* ------------ USAGE OF FONT SIZES
x-small, small, medium, large, x-large, xx-large
----------- */

/* ------------ BODY ----------- */
body {
	margin: 0px;
	background-color: #00AEF0;
	background-image: url(../design_images/bg.gif);
	background-repeat: repeat-x;
	scrollbar-base-color: #01AEF0;
}

tr, td, tbody, body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color:#494A4B;
}

/* ------------ HEADINGS ----------- */
h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color:#565656;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	color:#585859;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:400;
	color:#494A4B;
}

h4, h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#585859;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:normal;
	color:#585859;
	}

big {
	font-size:small;
	font-weight:bold;
	color:#585859;
}
small, sub, sup {
	font-size:;
	font-weight:;
	color:;
}

/* ------------ TEXT FORMATTING ----------- */
strong { font-weight:bold; }
em { font-style:italic; }
i { font-style:italic; }
u { text-decoration:underline; }

/* ------------ QUOTE ----------- */
blockquote {
	font-family:;
	font-size:;
	font-weight:;
	font-style:;
	color:;
	text-align:;
}

/* ------------ LISTS ----------- */
ul{
list-style-image: url(../design_images/bullet.gif);
margin-left:25px;
margin-top:3px;
}


li{
margin-top:4px;
}

/* ------------ LINKS ----------- */
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color:#364855; text-decoration:underline; font-weight:normal;}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color:#454D58; text-decoration:underline; font-weight:normal;}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color:#999999; text-decoration:underline; font-weight:normal;}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; color:#364855; text-decoration:underline; font-weight:normal;}

/* ------------ FORMS ----------- */
label {
	font-size:x-small;
	color:;
	text-align:left;
}
input {
	font-size:x-small;
	width:;
	color:;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	width:;
	height:;
	color:;
}
select {
	font-size:x-small;
	width:;
	color:;
}
.button {
	font-size:;
	font-weight:;
	width:;
}

form {
scrollbar-base-color: ;
scrollbar-arrow-color: ;
scrollbar-track-color: ;

scrollbar-shadow-color:;
scrollbar-lightshadow-color:; 
scrollbar-darkshadow-color:;

scrollbar-highlight-color:;
scrollbar-3dlight-color:;
}

/* ------------ IMAGES ----------- */
img a{ border:none; }
.imageCaption {
	font-size:xx-small;
	font-weight: normal;
	color:#8A8A8A;
}

/* ------------ FOOTER TEXT and LINK ----------- */
.footerText	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:normal;
	color:#828282;
}
.footerLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:xx-small;}
.footerLink:active { color:#828282; text-decoration:none; font-weight:normal;}
.footerLink:link { color:#828282; text-decoration:none; font-weight:normal;}
.footerLink:visited { color:#828282; text-decoration:none; font-weight:normal;}
.footerLink:hover { color:#828282; text-decoration:underline; font-weight:normal;}

/* ------------ ICON LINK ----------- */
.iconLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.iconLink:active { color:#0073ea; text-decoration:none; font-weight:normal;}
.iconLink:link { color:#0073ea; text-decoration:none; font-weight:normal;}
.iconLink:visited { color:#0073ea; text-decoration:none; font-weight:normal;}
.iconLink:hover { color:#F2BB15; text-decoration:none; font-weight:normal;}

/* ------------ SNAP ----------- */
.snapLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.snapLink:active { color:#22BE3E; text-decoration:none; font-weight:normal;}
.snapLink:link { color:#22BE3E; text-decoration:none; font-weight:normal;}

.snapLink:visited { color:#22BE3E; text-decoration:none; font-weight:normal;}
.snapLink:hover { color:#F2BB15; text-decoration:none; font-weight:normal;}

/* ------------ OTHER STYLES 
Use descriptive names
No absolute font sizes allowed
----------- */

/* ------------ Home Title ----------- */
.leftmenu
{
	font-family: verdana; font-size:x-small; text-align: right; color: #883600; font-weight:bold; text-decoration:none;
}

.whiteheading
{
	font-family: verdana; font-size:small; text-align: left; color: #FFFFFF; font-weight:bold; text-decoration:none;
}

.title
{
	font-family: verdana; font-size:medium; text-align: left; color: #883600; font-weight:bold; text-decoration:none;
}

.submenu
{
	font-family: verdana; font-size:x-small; text-align: left; color: #000000; text-decoration:none;
}

.text
{
	font-family: verdana; font-size:x-small; text-align: left; color: #000000; text-decoration:none;
}

.more
{
	font-family: verdana; font-size:x-small; text-align:right; color: #000000; text-decoration:none;
}
