/* Presentation Stylesheet */ 
h1 {
    COLOR: blue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 36px;
}

h2 {
    COLOR: blue;
	FONT-FAMILY: Arial;
	FONT-SIZE: 20px;
}	

h3 {
    COLOR: red;
	FONT-FAMILY: Arial;
	FONT-SIZE: 13px;
}	

h4 {
    COLOR: blue;
	FONT-FAMILY: Arial;
	FONT-SIZE: 16px;
}

h5 {
    COLOR: blue;
	FONT-FAMILY: Arial;
	FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
}

h6 {
    COLOR: black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 20px;
}

a:active {
	COLOR: blue;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: Blue;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link {
	COLOR: blue;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: blue;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}

pre {
    COLOR: Black;
    FONT-FAMILY: Courier;
    FONT-SIZE: 13px;
}

p {
  COLOR: black;
  FONT-FAMILY: Verdana, Arial, Helvetica;
  FONT-SIZE: 13px;
}

li {
   COLOR: Black;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   FONT-SIZE: 13px;
}

ol {
   COLOR: Black;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   FONT-SIZE: 13px;
}

ul {
   COLOR: Black;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   FONT-SIZE: 13px;
}

td {
   COLOR: Black;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   FONT-SIZE: 13px;
}

em {
   COLOR: red;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   FONT-SIZE: 13px;
}

img {
    BORDER-COLOR: black;
}

.cBlue {
       color: blue;
}

.cRed {
      color: red;
}

.cWhite {
        color: white;
}

.cGreen {
  		color: green;
}   

.cBlacK {
  		color: black;
}   

.hr01 {
	color: #4682B4; 
}

.hr02 {
	color: #D6E5F4;
}

.hr03 {
	color: #C8D2D7;
}

.hr04 {
  	color: #9FACB4;
}

.hr05 {
  	color: black;
}


.headTitleL {
	color: red;
	font-size: 50px;
	text-align: center;
	filter: shadow(color=#999999, direction=135, strength=4); zoom: 1;
}

.headTitleRT {
	color: none;
}

.headTitleRB {
	color: white;
	font-size: 25px;
	text-align: center;
}
