
/* OTHER STYLES
----------------------------------------------------------------*/


body {
	 background-repeat:repeat-x; background-color:#F3F3F3;
}

.borders{ border-bottom:1px solid #ccc; }

/* MAIN SECTION
----------------------------------------------------------------*/

body, td, table, tr {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#666666; }

/* LINK COLOURS
----------------------------------------------------------------*/

a:link {color: #0F426D; text-decoration: underline; font-weight: normal; }
a:visited {color: #0F426D; text-decoration: underline; font-weight:normal; }
a:hover {color: #0F426D; text-decoration: underline; font-weight:normal; }

a.navlinks:link	{font-size:11px; color:#0F426D; font-weight:bold; text-decoration:none; } 
a.navlinks:active	{font-size:11px; color:#0F426D; font-weight:bold; text-decoration:none; }
a.navlinks:visited	{font-size:11px; color:#0F426D; font-weight:bold; text-decoration:none; }
a.navlinks:hover	{font-size:11px; color:#13739D; font-weight:bold; text-decoration:none; }

a.footerlinks:link	{font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; } 
a.footerlinks:active	{font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.footerlinks:visited	{font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.footerlinks:hover	{font-size:11px; color:#4CA0E9; font-weight:bold; text-decoration:none; }

/* H1, H2, H3, H4, H5
----------------------------------------------------------------*/

h1	{font-size:14px; margin:0px; padding:0px; }
h2	{font-size:14px; margin:0px; padding:0px; color:#0F426D; }
h3	{font-size:12px; margin:0px; padding:0px; }
h4	{font-size:12px; margin:0px; padding:0px; }
h5	{font-size:10px; margin:0px; padding:0px; }


/* LINKS
----------------------------------------------------------------*/

#nav {height:37px; font-size:110%; text-align:left; }
#nav ul {margin:0; padding:12px 0 0 14px; }
#nav li { display:inline; padding:8px; color:#fff; font-weight:bold; }
#nav li a { color:#fff; font-weight:bold; text-decoration:none; padding:12px 0 12px 0; }
#nav li a:hover { color:#000; }

.white	{ color:#FFFFFF; }

/* BULLET LIST
----------------------------------------------------------------*/
	
UL	{ list-style-type:circle #07426E; margin:10px; padding:10px; }

/* FORMS
----------------------------------------------------------------*/

INPUT, TEXTAREA { border: 1px solid #ccc; background-image:url(../../images/input_bg.gif); font-size: 11px; height:18px; }
SELECT, OPTION { border: 1px solid #ccc; font-size: 11px; height:18px;}
INPUT:HOVER, TEXTAREA:HOVER {border: 1px solid #0F426D; }

.title2		{ background:#0F426D; color:#ffffff; font-weight:bold }