/* cSS File for Alexander Sample 1 Website */

/*Define body background color & font */

body
{
 font-family: arial,helvetica;
 font-size: 10pt;
 color: #3333CC;
 background-color: #FFFFFF;
}



/*Create regular link style */
a
{
 font-family: arial,helvetica;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: underline;
}
a:link
{
 color: #FF6600;
}
a:visited
{
 color: #FF6600;
}
a:hover
{
 color: #3333CC;
}
a:active
{
 color: #3333CC;
}





/* create a class of link named 'bold' */
a.bold
{
 font-family: arial,helvetica;
}

a.bold:link
{
 color: #3333CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.bold:visited
{
 color: #3333CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.bold:hover
{
color: #FF6600;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.bold:active
{
color: #FF6600;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}




/* create a class of link named 'boldalt' */
a.boldalt
{
 font-family: arial,helvetica;
}

a.boldalt:link
{
 color: #FF9966;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.boldalt:visited
{
 color: #FF9966;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.boldalt:hover
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.boldalt:active
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}




/* create a class of link named 'topic' */
a.topic
{
 font-family: arial,helvetica;
}

a.topic:link
{
 color: #3333CC;
 text-decoration: none;
 font-size: 8pt; 
 font-weight: bold;
 
}

a.topic:visited
{
 color: #3333CC;
 text-decoration: none;
 font-size: 8pt; 
 font-weight: bold;
}

a.topic:hover
{
color: #FF6600;
text-decoration: none;
font-size: 8pt; 
font-weight: bold;
}

a.topic:active
{
color: #FF6600;
text-decoration: none;
font-size: 8pt; 
font-weight: bold;
}









/*create link box */

a.box
{

padding: 6px;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.box:link
{
color: #3333CC;
background-color: #3333CC;
}

a.box:visited
{
color: #3333CC;
background-color: #3333CC;
}

a.box:hover
{
color: white;
background-color: #3333CC;
}

a.box:active
{
color: white;
background-color: #3333CC;
}




/*create link boxalt */

a.boxalt
{

padding: 6px;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.boxalt:link
{
color: #3333CC;
background-color: #FF9966;
}

a.boxalt:visited
{
color: #3333CC;
background-color: #FF9966;
}

a.boxalt:hover
{
color: white;
background-color: #FF9966;
}

a.boxalt:active
{
color: white;
background-color: #FF9966;
}








/* create paragraph style */

p
{
font-size: 10pt;
font-family: arial,helvetica;
color: #3333CC;
font-weight: normal;
text-align: left;
}



/* create paragraph style with centered text */

p.center
{
font-size: 10pt;
font-family: arial,helvetica;
color: #3333CC;
font-weight: normal;
text-align: center;
}



/* create paragraph style with right-aligned text*/

p.right
{
font-size: 10pt;
font-family: arial,helvetica;
color: #3333CC;
font-weight: normal;
text-align: right;
}



/* create paragraph style using smaller font*/

p.small
{
font-size: 8pt;
font-family: arial,helvetica;
color: #3333CC;
font-weight: normal;
text-align: left;
}






/* create centered blockquote style */

blockquote
{
font-size: 10pt;
font-family: arial,helvetica;
color: #FF6600;
font-weight: normal;
text-align: center;
font-style: italic;
}




p.title
{
font-size: 14pt;
font-family: arial,helvetica;
color: #FF6600;
text-align: left;
font-weight: normal;
}

h3
{
font-size: 12pt;
font-family: arial,helvetica;
color: #FF6600;
text-align: left;
font-weight: normal;
}

h3.blue
{
font-size: 12pt;
font-family: arial,helvetica;
color: #3333CC;
text-align: left;
font-weight: normal;
}




p.box
{
float: left;
border-right: 2px solid #3333CC;
border-left: 2px solid #3333CC;
border-top: 2px solid #3333CC;
border-bottom: 2px solid #3333CC;
width: 250px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #3333CC;
}


p.bluebox
{
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 788px;
background-color: #6666CC;
padding: 6px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: white;
}






p.blankbox
{
float: right;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 170px;
background-color: white;
padding: 0px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #3333CC;
}



p.blankboxleft
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 170px;
background-color: white;
padding: 0px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: left;
font-weight: normal;
font-style: normal;
color: #3333CC;
}





p.miniblankbox
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 20px;
background-color: white;
padding: 1px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #3333CC;
}





ul
{
font-size: 10pt;
font-family: arial,helvetica;
color: #000066;
font-weight: normal;
text-align: left;
}



td
{
background-color: white;
text-align: left;
font-family: arial,helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}






td.color
{
background-color: #6666CC;
text-align: center;
font-family: arial, helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}


font.main
{
font-size: 10pt;
font-family:arial,helvetica;
color: #FF6600;
font-weight: normal;
text-align: left;
font-style: normal;
}
