/*=================
	TOP LEVEL LAYOUT:
==================*/
body { background: url(bgtex.gif); background-color: #000000; }
tbody { background-color: #F0F0F0; }

td.left_margin { width: 10; }

/*======
	LINKS:
=======*/

/* all links: */
a { font-family: arial, helvetica; font-weight:bold; text-align: center; text-decoration: none; }

/* big buttons (except "this"): */
a.bigbutton					{ display: block; width: 144px; height: 25px;	font-size:19px; }
a:link.bigbutton		{ display: block; color: #D0D0E0; background: url(./button_large.gif); }
a:visited.bigbutton	{ display: block; color: #D0D0E0; background: url(./button_large.gif); }
a:hover.bigbutton		{ display: block; color: #E0E0F0; background: url(./button_large_hover.gif); }

/* big buttons ("this"): */
a.bigbutton_this { display: block; width: 144px; height: 25px; font-size:19px; background: url(./button_large.gif); color: #F0E0E0; }

/* small buttons: (except "this"): */
a.smallbutton			{ display: block; width: 150px; height: 20px; font-size:14px; }
a:link.smallbutton		{ display: block; color: #D0D0E0; background: url(./button_small.gif); }
a:visited.smallbutton	{ display: block; color: #D0D0E0; background: url(./button_small.gif); }
a:hover.smallbutton		{ display: block; color: #E0E0F0; background: url(./button_small_hover.gif); }

/* small buttons ("this"): */
a.smallbutton_this { display: block; width: 150px; height: 20px; font-size:14px; background: url(./button_small_this.gif); color: #F0E0E0; }

/* here button: */
a.titlebutton { display: block; width: 166px; height: 25px; font-size:19px; }
a:link.titlebutton { display: block; color: #F0E0E0; background: #DF757D; }
a:visited.titlebutton { display: block; color: #F0E0E0; background: #DF757D; }
a:hover.titlebutton { display: block; color: #F0E0E0; background: #DF757D; }

/* here button: */
a.wtitlebutton { display: block; width: 624px; height: 25px; font-size:19px; }
a:link.wtitlebutton { display: block; color: #F0E0E0; background: #DF757D; }
a:visited.wtitlebutton { display: block; color: #F0E0E0; background: #DF757D; }
a:hover.wtitlebutton { display: block; color: #F0E0E0; background: #DF757D; }



/*===========================
  BANNER AND MAIN NAV LAYOUT:
============================*/

/* image sizes */
img.banner_inter { border: 0px solid;	width: 12px; height: 25px; }
img.banner_pre_post { border: 0px solid; width: 16px; height: 25px; }

/*=============================
  SUB-NAV AND THUMBNAIL LAYOUT:
==============================*/

/* image sizes */
img.subnav_top				{ border: 0px solid; width: 166px; height:   7px; }
img.subnav_left_right	{ border: 0px solid; width:   8px; height:  20px; }
img.subnav_inter			{ border: 0px solid; width: 166px; height:  10px; }
img.subnav_bottom			{ border: 0px solid; width: 166px; height:  84px; }
img.subnav_thumb			{ border: 0px solid; width: 166px; height: 166px; }
img.subnav_logo_only	{ border: 0px solid; width: 166px; height:  75px; }
}

/* separator */
td.subnav_separator { width: 166px; height: 6px; }


/*=================
  BODY TEXT LAYOUT:
==================*/

p	{ font-family: arial, helvetica; text-align: justify; color: #181818; }
center	{ font-family: arial, helvetica; text-align: center; color: #181818; }
h2	{ font-family: arial, helvetica; text-align: left; text-decoration: underline; color: #5C77CF; font-size: 21px; }
h3	{ font-family: arial, helvetica; text-align: left; color: #5C77CF; font-size: 17px;}
