html { 
text-align: center;
}

body {
margin: -5px 0px 0px 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size:medium;
color: #666666;
text-align: center;
scrollbar-face-color: #EBEBEB; 
scrollbar-highlight-color: #FBFEFF; 
scrollbar-shadow-color: #FBFEFF; 
scrollbar-3dlight-color: #EBEBEB; 
scrollbar-arrow-color: #FBFEFF; 
scrollbar-track-color: #FBFEFF; 
scrollbar-darkshadow-color: #EBEBEB; 
scrollbar-base-color: #FBFEFF;
}

td {
color: #666666;
}

input,textarea,select {
background-color: #e6e6e6;
border: 1px solid #804000;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666666;
}

iframe {
overflow-x: hidden;
overflow-y: auto;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 130%;
margin-top: 0px;
margin-bottom: 0px;
color:#666666;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 160%;
margin-top: -3px;
margin-bottom: 0px;
color:#666666;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 120%;
margin-top: 0px;
color: #666666;
}
h3.blue {
color: #006dba;
margin-bottom: -12px;
}
h3.orange {
color: #ff6d06;
margin-bottom: -12px;
}

img {
border: 0px;
}

a {
color: #666666;
text-decoration: none;
}

a:hover, a:active {
color: #000000;
text-decoration: underline;
}

#tdmenu a {
font-size:smaller;
position: relative;
vertical-align: bottom;
bottom: 3px;
padding: 5px 10px 5px 10px;
left: -7px;
}

#tdmenu a:hover{
font-size:smaller;
color: #000000;
text-decoration: underline;
background-color: #f9f9f9;
border-top: 1px dotted #CCCCCC;
}

#tdmenu a:active {
font-size:smaller;
text-decoration: none;
position: relative;
bottom: 0px;
padding: 5px 10px 5px 10px;
color: #8c8c8c;
border-right: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
border-left: 1px dotted #CCCCCC;
background-color: #f9f9f9;
}

#tdmenu .end {
position: relative;
bottom: 5px;
padding: 5px 10px 5px 10px;
font-size: 12px;
border-right: 1px dashed #CCCCCC;
}


#navication {border: 0;}
#navicationHome {background: url(Home_A.png) no-repeat;}
a:hover #navicationHome {background: url(Home_C.png) no-repeat;}
.active #navicationHome {background: url(Home_B.png) no-repeat;}
#navicationInfo {background: url(Info_A.png) no-repeat;}
a:hover #navicationInfo {background: url(Info_C.png) no-repeat;}
.active #navicationInfo {background: url(Info_B.png) no-repeat;}
#navicationPersonal {background: url(Personal_A.png) no-repeat;}
a:hover #navicationPersonal {background: url(Personal_C.png) no-repeat;}
.active #navicationPersonal {background: url(Personal_B.png) no-repeat;}
#navicationContact {background: url(Contact_A.png) no-repeat;}
a:hover #navicationContact {background: url(Contact_C.png) no-repeat;}
.active #navicationContact {background: url(Contact_B.png) no-repeat;}


.footer { font-size: 10px; color: #BFBFBF; text-align:center; }
.footer img { filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;-khtml-opacity:0.25; border:none; width:26px; height:14px;}
.footer a { font-size:11px; color:#BFBFBF; text-decoration:none;}
.footer a:hover, a:active { color: #BFBFBF; text-decoration: underline;}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 89%;
color: #666666;
}

.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666666;
}

.normal80 {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #666666;
}

/* added to fix the display on multi-browsers-os*/
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size=1] {
 font-size: xx-small;
 }
font[size=2] {
 font-size: small;
 }
font[size=3] {
 font-size: medium;
 }
font[size=4] {
 font-size: large;
 }
font[size=5] {
 font-size: x-large;
 }
font[size=6] {
 font-size: xx-large;
 }
font[size=7] {
 font-size: 300%;
 }
font[size=-1] {
 font-size: smaller;
 }
font[size=+1] {
 font-size: larger;
 }
font[size=-2] {
 font-size: 60%;
 }
font[size=+2] {
 font-size: 150%;
 }
font[size=+4] {
 font-size: 300%;
 }
