
body {
margin : 0;
padding : 0;
font-family : Arial, Verdana;
font-size : 9pt;
}
.class1 A:link {
text-decoration : none;
color : #333333;
margin-left : 20px;
font-weight : bold;
}
.class1 A:visited {
text-decoration : none;
color : #333333;
margin-left : 20px;
font-weight : bold;
}
.class1 A:active {
text-decoration : none;
color : #333333;
margin-left : 20px;
font-weight : bold;
}
.class1 A:hover {
text-decoration : none;
color : #ffffff;
margin-left : 20px;
font-weight : bold;
}
.class2 A:link {
text-decoration : none;
color : #3a5898;
}
.class2 A:visited {
text-decoration : none;
color : #5c75aa;
}
.class2 A:active {
text-decoration : none;
color : #5c75aa;
}
.class2 A:hover {
text-decoration : underline;
color : #5c75aa;
}
.copyright {
font-family : Arial;
font-weight : bold;
color : #d0d0d0;
font-size : x-small;
text-align : center;
text-transform : uppercase;
}
h1 {
font-family : Arial;
font-size : 12pt;

}
h2 {
font-family : Arial;
font-size : x-small;
letter-spacing : 1px;
color : #808080;
text-align : center;
}
h3 {
letter-spacing : 1px;
font-size : small;
font-variant : small-caps;
color : #808080;
font-weight : bold;
}
h4 {
font-family : Arial;
font-size : 12pt;
color : #DD4800;
}
td.off {
background : #dae2ff;
width : 230px;
height : 22px;
}
td.on {
background : #3b5998;
width : 230px;
height : 22px;
}
p.title {
margin-left : 50px;
margin-top : 20px;
font-family : Times, serif;
font-size : 22px;
color : #fff;
font-weight : bold;
}
table.header {
width : 100%;
height : 118px;
background-color : #003399;
}
td.menu2 {
width : 230px;
}
table.red {
width : 100%;
height : 8px;
background-color : #cc0033;
}
table.gcard {
border-style : solid;
width : 100%;
border-width : 2px;
border-color : #3b5998;
border-spacing : 20px;
background : #dae2ff;
}
td.logo {
height : 138px;
background-image : url("../images/USCitizen_info.jpg");
background-repeat : no-repeat;
}

td.flag {
width : 316px;
height : 242px;
background-image : url("../images/flag.jpg");
background-repeat : no-repeat;
}
td.gcard-ani {
width : 273px;
height : 183px;
background-image : url("../images/greencard_ani.gif");
background-repeat : no-repeat;
margin-left : 40px;
}
td.basvur {
width : 230px;
height : 101px;
}
img.noborder {
border : 0;
}
div.home-banner {
margin-top : 1px;
padding : 10px;
padding-top : 15px;
padding-bottom : 20px;
background : #d9e2ff;
font-family : Arial;
color : #000;
white-space : normal;
}
p.home-bannerHeading {
margin : 0;
padding : 0;
margin-bottom : 6px;
font-size : 27px;
color : #0066ff;
}
div.ack {
width : 519px;
margin-top : 5px;
margin-left : 5px;
margin-right : 5px;
font-family : Arial;
font-size : 12px;
color : #000000;
white-space : normal;
text-align : justify;
}
.embed {
width: 529px;
height: 242px; 
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
width: 250px; /*Default width of hint.*/ 
padding: 3px;
border:1px ;color:#366234;
font:11px Verdana; color: #FFFFFF;
line-height:18px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
margin: 3px 8px;
}

.gray { background-color:#eee; display: block; padding: 6px; width:auto; cursor:pointer;
}
.gray2 { width:auto; cursor:pointer;
}