/* COLORS ******************************************
#00A0C8 blue
#D7F7FF blue-medium-light
#E6FAFF blue-light
#0088AA blue-darker

#E6FAFF blue background on wallpaper       230-250-255

#46B4B4 green
#CBEBEB green-medium-light                 203-235-235
#EEF9F9 green-light
#368D8D green-darker

#EAFCFF green background on wallpaper      234-252-255

# inbetween the 2 wallpapers 					 232-251-255

#CC9900 gold (on light colors)
#FFD042 gold (on dark colors)

/* TEXT ********************************************/

.t1 {color: #000000; font-family: arial; font-size: 100%; text-align: left; font-weight: bold }
.t2 {color: #000000; font-family: arial; font-size: 80%;  text-align: left; font-weight: bold }
.t3 {color: #000000; font-family: arial; font-size: 200%; text-align: center; font-weight: bold }
.t4 {color: #000000; font-family: arial; font-size: 100%; text-align: right; font-weight: bold }
.t6 {color: #000000; font-family: arial; font-size: 100%; text-align: center; font-weight: bold }
.b2 {color: #E6FAFF; font-family: arial; font-size: 100%; text-align: left; font-weight: bold }
.b3 {color: #D7F7FF; font-family: arial; font-size: 140%; text-align: center; font-weight: bold; font-style: italic }
.b4 {color: #D7F7FF; font-family: arial; font-size: 120%; text-align: left; font-weight: bold;  }
.b5 {color: #00A0C8; font-family: arial; font-size: 100%; text-align: left; font-weight: bold;  }
.b6 {color: #00A0C8; font-family: arial; font-size: 100%; text-align: left; font-weight: bold; font-style: italic; }
.g1 {color: #EEF9F9; font-family: arial; font-size: 100%; text-align: left; font-weight: bold }
.g3 {color: #EEF9F9; font-family: arial; font-size: 140%; text-align: center; font-weight: bold; font-style: italic }
.s1 {color: #000000; font-family: times new roman; font-size: 110%; text-align: justify; text-indent: 30 }
.s2 {color: #000000; font-family: times new roman; font-size: 70%; text-align: center; margin-bottom: 30; font-style: italic; }
.s3 {color: #000000; font-family: times new roman; font-size: 160%; text-align: center; margin-bottom: 20; font-weight: bold; }
.s4 {color: #000000; font-family: times new roman; font-size: 110%; text-align: center; }
.s5 {color: #000000; font-family: arial; font-size: 115%; text-align: left; margin-bottom: 0; font-weight: bold; font-style: italic}

.bullet {color: #EEF9F9; font-family: arial; font-size: 100%; text-align: left; font-weight: bold; margin-bottom: 10; }

img { border-style: none; }
            
/* HEADERS *****************************************/

.hb1 {color: #E6FAFF; font-family: arial; font-size: 130%; text-align: left; font-weight: bold;}
.hb2 {color: #00A0C8; font-family: arial; font-size: 130%; text-align: left; font-weight: bold;}
.hb3 {color: #00A0C8; font-family: arial; font-size: 130%; text-align: left; font-weight: bold;}

.hg1 {color: #EEF9F9; font-family: arial; font-size: 130%; text-align: left; font-weight: bold }
.hg2 {color: #46B4B4; font-family: arial; font-size: 130%; text-align: left; font-weight: bold }

.h1  {color: #000000; font-family: arial; font-size: 160%; text-align: center; margin-bottom: 60; font-weight: bold; }


/* SPECIAL TEXT ************************************/

.buttons   {font-family: arial; font-size: 90%; text-align: center; font-weight: bold;}

.copyright {color: #000000; font-family: arial; font-size: 80%; text-align: center; font-weight: bold;}

.sep1 {margin-top: 7; margin-bottom: 7}
.sep2 {margin-top: 20; margin-bottom: 20}
.sep3 {margin-top: 0; margin-bottom: 0}
.sep4 {margin-top: 40; margin-bottom: 40}
.sep5 {margin-top: -4; margin-bottom: -4}

.photo-rl {color: #00A0C8; font-family: arial; font-size: 100%; text-align: left; font-weight: bold; margin-left: 5}

.photo-lr {color: #00A0C8; font-family: arial; font-size: 100%; text-align: right; font-weight: bold; margin-right: 5}

.from {color: #000000; font-family: arial; font-size: 80%; text-align: left; font-weight: bold; font-style: italic}

/* LINKS **********************************************/

/* The standard links are medium dark grey with hovering of white on medium dark grey background. */

a:link,                            /* REGULAR LINKS */
a:visited { color: #000000; text-decoration: none; }
a:hover   { color: #FFFFFF; background-color: #808080 }		
	
a.link-b:link,                     /* BLUE BUTTONS */
a.link-b:visited  { color: #000000; background-color: #E6FAFF; text-decoration: none; }
a.link-b:hover    { color: #FFFFFF; background-color: #00A0C8; }		

a.link-b2:link,                    /* BLUE EMBEDDED */ 
a.link-b2:visited { color: #CC9900; text-decoration: none;}
a.link-b2:hover   { color: #FFFFFF; background-color: #00A0C8; }		

a.link-b3:link,                    /* BLUE EMBEDDED #2*/ 
a.link-b3:visited { color: #FFD042; text-decoration: none;}
a.link-b3:hover   { color: #00A0C8; background-color: #FFFFFF; }		

a.link-g:link,                    /* GREEN BUTTONS */
a.link-g:visited  { color: #000000; background-color: #EEF9F9; text-decoration: none; }
a.link-g:hover    { color: #FFFFFF; background-color: #46B4B4; }

a.link-g2:link,                  /* GREEN EMBEDDED */ 
a.link-g2:visited { color: #CC9900; text-decoration: none; }
a.link-g2:hover   { color: #FFFFFF; background-color: #46B4B4;}

a.link-g3:link,                  /* GREEN EMBEDDED #2 */ 
a.link-g3:visited { color: #FFD042; text-decoration: none; }
a.link-g3:hover   { color: #FFFFFF; background-color: #46B4B4;}

/* END ****************************************************/