@charset "UTF-8";
/*  
* User-Defined CSS styles
*/

.Text {  font-size: 10pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman, sans-serif; line-height: 1.5em; color: #0E3E7B;}

a.Text:link, a.Text:visited {  font-size: 11pt; font-family: Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; line-height: 1.5em; text-decoration: underline; color: #0E3E7B; font-weight: bold;}

a.Text:hover { text-decoration: underline; color: #0E3E7B; }

.link {  font-size: 10pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; text-decoration: underline; font-weight: bold; line-height: 1.5em;  }

.Special {  font-size: 20pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: #00FF00; font-weight: bold; line-height: 1.5em;  }

.h1 {  font-size: 15pt; font-family:  Georgia, Arial, Verdana, Times New Roman; text-align: center; color: #09274D; font-weight: bold; line-height: 1.5em; }

.home1 {  font-size: 17pt; font-family:  Georgia, Arial, Verdana, Times New Roman; text-align: center; color: #09274D; font-weight: bold; line-height: 1.5em; }

.h2 {  font-size: 13pt; font-family: Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #95383A; font-weight: bold; line-height: 1.5em; }

.home2 {  font-size: 15pt; font-family: Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #95383A; font-weight: bold; line-height: 1.5em; }

.p {  font-size: 10pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; font-weight: normal; line-height: 1.5em;  }
.p a { text-decoration:underline; color:#0E3E7B; font-weight: bold }

.homep {  font-size: 12pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; font-weight: normal; line-height: 1.5em;  }
.homep a { text-decoration:underline; color:#0E3E7B; font-weight: bold }

.list {  font-size: 12pt; font-family: Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0E3E7B; font-weight: normal; line-height: 1.5em;  }

.subnav {  font-size: 10pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: #000000; font-weight: normal; line-height: 1em;  }

.page {  font-size: 10pt; font-family: Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; font-weight: normal; line-height: 1.5em;  }

.l {  font-size: 9pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; font-weight: normal; line-height: 1.5em;  }
.l a { text-decoration:underline; color:#0E3E7B; }

.homel {  font-size: 11pt; font-family:  Helvetica 55 Roman, Arial, Verdana, Georgia, Times New Roman,; color: #0e3e7b; font-weight: normal; line-height: 1.5em;  }
.homel a { text-decoration:underline; color:#0E3E7B; }
 
div.vert_border {padding: 5px 0px; background-image: url('http://lh6.ggpht.com/_5EQJ30BzErg/Sx1Xe0sxUiI/AAAAAAAAAEo/ZGjUSMQt9xA/snowflake.jpg');}

div.hoz_border {padding: 0px 5px; background-image: url('http://lh6.ggpht.com/_5EQJ30BzErg/Sx1Xe0sxUiI/AAAAAAAAAEo/ZGjUSMQt9xA/snowflake.jpg'); } 
.border {width:200px; padding:5px; background:url("http://lh6.ggpht.com/_5EQJ30BzErg/Sx1Xe0sxUiI/AAAAAAAAAEo/ZGjUSMQt9xA/snowflake.jpg");
} 

#verti-divider { position:relative; top:0px; width:2px; height:100%; background-color:#D5D199; }

.gallery li {
        display: inline;
        list-style: none;
        width: 100px;
        min-height: 100px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}

/*
* Usage
*
* <span class="Special">This text will be displayed using Special style</span>
* <span class="h1">This text will be displayed using h1 style</span>
* <span class="home1">This text will be displayed using h1 style</span>
* <span class="h2">This text will be displayed using h2 style</span>
* <span class="home2">This text will be displayed using h2 style</span>
* <span class="p">This text will be displayed using p style</span>
* <span class="homep">This text will be displayed using p style</span>
* <span class="list">This text will be displayed using list style</span>
* <span class="subnav">This text will be displayed using subnav style</span>
* <span class="ul">This text will be displayed using ul style</span>
* <span class="li">This text will be displayed using li style</span>
* <span class="l">This text will be displayed using l style</span>
* <span class="homel">This text will be displayed using l style</span>
*/