﻿/*
	Date: 12/2014
*/

a:link { color: blue; text-decoration: none }
a:visited { color: purple; text-decoration: none }
a:hover { color: black; bgColor: white; text-decoration: none}
a:active { color: red; text-decoration: none }

a.email:link { color: #000000; text-decoration: none}
a.email:visited { color: #000000; text-decoration: none}
a.email:hover { color: #ffffff; background: #000000; text-decoration: none}
a.email:active { color: #000000; text-decoration: none}

a.emailu:link { color: #000000; text-decoration: underline}
a.emailu:visited { color: #000000; text-decoration: underline}
a.emailu:hover { color: #ffffff; background: #000000; text-decoration: none}
a.emailu:active { color: #000000; text-decoration: underline}

a.buttony:link { color: #000000; text-decoration: none;}
a.buttony:visited { color: #000000; text-decoration: none;}
a.buttony:hover { color: #751921; text-transform: uppercase;font-weight: 900;font-style: italic}
a.buttony:active { color: #000000; text-decoration: none;}

a.button:link { color: #000000; text-decoration: none;}
a.button:visited { color: #000000; text-decoration: none;}
a.button:hover { color: #751921; font-weight: 900;font-style: italic}
a.button:active { color: #000000; text-decoration: none;}

body.box {
     margin:100pt 0px; padding:0px;
     text-align:center;
}

#Content {
     width:bolderpx;
     margin:0px auto;
     text-align:left;
     padding:15px;
     border:0px dashed #333;
     background-color:#eee;
}

body.repeaty {
background-repeat: repeat-y;
background-attachment: scroll;
background-position: left;
}

body.repeatx {
background-repeat: repeat-x;
background-attachment: scroll;
background-position: left;
}

